Builder
class Builder
Properties
Link copied to clipboard
The current status of the global secondary index:
Link copied to clipboard
Auto scaling settings for a global secondary index replica's read capacity units.
Link copied to clipboard
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException
.
Link copied to clipboard
Auto scaling settings for a global secondary index replica's write capacity units.
Link copied to clipboard
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException
.
Functions
Link copied to clipboard
fun provisionedReadCapacityAutoScalingSettings(block: AutoScalingSettingsDescription.Builder.() -> Unit)
construct an aws.sdk.kotlin.services.dynamodb.model.AutoScalingSettingsDescription inside the given block
Link copied to clipboard
fun provisionedWriteCapacityAutoScalingSettings(block: AutoScalingSettingsDescription.Builder.() -> Unit)
construct an aws.sdk.kotlin.services.dynamodb.model.AutoScalingSettingsDescription inside the given block