Amazon DynamoDB · Schema
TableDescription
AWSCloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless
Properties
| Name | Type | Description |
|---|---|---|
| TableName | string | The name of the table |
| TableStatus | string | The current state of the table |
| TableArn | string | The Amazon Resource Name (ARN) of the table |
| TableId | string | Unique identifier for the table |
| TableSizeBytes | integer | The total size of the specified table in bytes |
| ItemCount | integer | The number of items in the specified table |
| CreationDateTime | string | The date and time when the table was created |
| AttributeDefinitions | array | An array of AttributeDefinition objects |
| KeySchema | array | The primary key structure for the table |
| BillingModeSummary | object | |
| GlobalSecondaryIndexes | array | |
| LocalSecondaryIndexes | array | |
| LatestStreamLabel | string | A timestamp in ISO 8601 format of the stream label |
| LatestStreamArn | string | The ARN of the latest DynamoDB stream |
| DeletionProtectionEnabled | boolean | Indicates whether deletion protection is enabled |
| TableClassSummary | object | |
| SSEDescription | object |