Builder
class Builder
Properties
Link copied to clipboard
The billing mode of the global table. If GlobalTableBillingMode
is not specified, the global table defaults to PROVISIONED
capacity billing mode.
Link copied to clipboard
var globalTableGlobalSecondaryIndexSettingsUpdate: List<GlobalTableGlobalSecondaryIndexSettingsUpdate>?
Represents the settings of a global secondary index for a global table that will be modified.
Link copied to clipboard
The name of the global table
Link copied to clipboard
Auto scaling settings for managing provisioned write capacity for the global table.
Link copied to clipboard
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.
Link copied to clipboard
Represents the settings for a global table in a Region that will be modified.
Functions
Link copied to clipboard
fun globalTableProvisionedWriteCapacityAutoScalingSettingsUpdate(block: AutoScalingSettingsUpdate.Builder.() -> Unit)
construct an aws.sdk.kotlin.services.dynamodb.model.AutoScalingSettingsUpdate inside the given block