OptionalsortThe sort key (range key) for the DynamoDB table.
Optional. Used together with the partition key to create a composite primary key.
OptionalbillingThe billing mode for the DynamoDB table.
OptionalreadRead capacity units for the table (only applicable when billing mode is PROVISIONED).
OptionalwriteWrite capacity units for the table (only applicable when billing mode is PROVISIONED).
OptionalpointWhether to enable point-in-time recovery for the table.
OptionalremovalThe removal policy for the table when the stack is deleted.
OptionalwriteLambda functions that should be granted write permissions to this table.
The construct will automatically add the necessary IAM permissions.
OptionalreadLambda functions that should be granted read permissions to this table.
The construct will automatically add the necessary IAM permissions.
OptionalpropsAny other available props to configure your DynamoDB table.
The partition key (hash key) for the DynamoDB table.
This is the primary key attribute that DynamoDB uses to distribute data across multiple partitions.