Amazon DynamoDB · Schema

Amazon DynamoDB Table

Represents an Amazon DynamoDB table with its associated configuration, key schema, throughput settings, indexes, and metadata.

AWSDatabaseDocument StoreKey-ValueNoSQLServerless

Properties

Name Type Description
tableName string The name of the table
tableArn string The Amazon Resource Name (ARN) that uniquely identifies the table
tableId string Unique identifier for the table
tableStatus string The current state of the table
creationDateTime string The date and time when the table was created
keySchema array The primary key structure for the table, consisting of one or two key elements
attributeDefinitions array An array of attributes that describe the key schema for the table and indexes
provisionedThroughput object
billingMode string Controls how you are charged for read and write throughput
itemCount integer The number of items in the table (updated approximately every six hours)
tableSizeBytes integer The total size of the table in bytes (updated approximately every six hours)
globalSecondaryIndexes array The global secondary indexes, if any, on the table
localSecondaryIndexes array The local secondary indexes, if any, on the table
streamSpecification object
sseDescription object
tags array Tags assigned to the table
View JSON Schema on GitHub