DynamoDB Table
Resource Type
AWS.DynamoDB.Table
Resource ID Format
For DynamoDB Tables, the resource ID is the ARN.
arn:aws:dynamodb:us-east-2:123456789012:table/example-table
Background
This resource represents a snapshot of an AWS DynamoDB Table.
Fields
Field | Type | Description |
|
| Attributes that describe the key schema for the table and indexes. |
|
| The details for the read/write capacity mode. |
|
| The global secondary indexes. |
|
| The number of items in the specified table. |
|
| The primary key structure for the table. |
|
| The ARN that uniquely identifies the latest stream for this table. |
|
| A timestamp, in ISO 8601 format, for this stream. |
|
| One or more local secondary indexes on the table. |
|
| The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases. |
|
| Details for the restore. |
|
| The description of the server-side encryption status on the specified table. |
|
| The current DynamoDB Streams configuration for the table. |
|
| The total size of the specified table, in bytes. |
|
| The current state of the table |
|
| Details on how dynamically adjusting provisioned throughput capacity in response to traffic patterns is configured |
|
| The description of the Time to Live (TTL) status on the specified table. |
Example
Last updated