aws.dynamodb.limit
Supported Platform
- aws
Description
AWS DynamoDB Limits
The aws.dynamodb.limit
resource provides fields representing a DynamoDB limit configuration. For usage see aws.dynamodb
resource documentation.
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
arn | string | ARN representing the account + region where the limit applies |
region | string | region where the limits apply |
accountMaxRead | int | account max read limit |
accountMaxWrite | int | account max write limit |
tableMaxRead | int | table max read limit |
tableMaxWrite | int | table max write limit |