UpdateReplicationGroupMemberAction

Represents a replica to be modified.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Replica-specific global secondary index settings.

Link copied to clipboard

The KMS key of the replica that should be used for KMS encryption. To specify a key, use its key ID, Amazon Resource Name (ARN), alias name, or alias ARN. Note that you should only provide this parameter if the key is different from the default DynamoDB KMS key alias/aws/dynamodb.

Link copied to clipboard

Overrides the maximum on-demand throughput for the replica table.

Link copied to clipboard

Replica-specific provisioned throughput. If not specified, uses the source table's provisioned throughput settings.

Link copied to clipboard

The Region where the replica exists.

Link copied to clipboard

Replica-specific table class. If not specified, uses the source table's table class.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String