Amazon DynamoDB · Schema

TableDescription

Represents the properties of a DynamoDB table

AWSDatabaseDocument StoreKey-ValueNoSQLServerless

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
CreationDateTime number The date and time when the table was created
KeySchema array The primary key structure for the table
AttributeDefinitions array An array of attribute definitions for the table
ProvisionedThroughput object
TableSizeBytes integer The total size of the table in bytes
ItemCount integer The number of items in the table
GlobalSecondaryIndexes array The global secondary indexes on the table
LocalSecondaryIndexes array The local secondary indexes on the table
BillingModeSummary object Contains details about the billing mode for the table
View JSON Schema on GitHub