Builder
Properties
An array of attributes that describe the key schema for the table and indexes. If you are adding a new global secondary index to the table, AttributeDefinitions
must include the key element(s) of the new index.
Controls how you are charged for read and write throughput and how you manage capacity. When switching from pay-per-request to provisioned capacity, initial provisioned capacity values must be set. The initial provisioned capacity values are estimated based on the consumed read and write capacity of your table and global secondary indexes over the past 30 minutes.
Indicates whether deletion protection is to be enabled (true) or disabled (false) on the table.
An array of one or more global secondary indexes for the table. For each index in the array, you can request one action:
The new provisioned throughput settings for the specified table or index.
A list of replica update actions (create, delete, or update) for the table.
The new server-side encryption settings for the specified table.
Represents the DynamoDB Streams configuration for the table.
The table class of the table to be updated. Valid values are STANDARD
and STANDARD_INFREQUENT_ACCESS
.
Functions
construct an aws.sdk.kotlin.services.dynamodb.model.ProvisionedThroughput inside the given block
construct an aws.sdk.kotlin.services.dynamodb.model.SseSpecification inside the given block
construct an aws.sdk.kotlin.services.dynamodb.model.StreamSpecification inside the given block