Table
Creates and manages DynamoDB tables with support for partition and sort keys, flexible billing modes, and automatic table status monitoring.Props
Primary partition key (hash key) configuration. Defines the main identifier for items in the table.
Name of the DynamoDB table.Default:
${app}-${stage}-${id}Optional sort key (range key) configuration. Used to sort items with the same partition key.
Billing mode for the table.
PROVISIONED: Set read/write capacity unitsPAY_PER_REQUEST: Pay per request pricing
Read capacity units when using PROVISIONED billing mode.Default:
5Write capacity units when using PROVISIONED billing mode.Default:
5Tags to apply to the table. Key-value pairs for resource organization.
Output
ARN of the table.Format:
arn:aws:dynamodb:region:account-id:table/table-nameName of the DynamoDB Table.
ARN of the table’s stream if enabled.Format:
arn:aws:dynamodb:region:account-id:table/table-name/stream/timestampUnique identifier for the table.