class Aws::DynamoDB::Types::UpdateReplicationGroupMemberAction
Represents a replica to be modified.
@note When making an API call, you may pass UpdateReplicationGroupMemberAction
data as a hash: { region_name: "RegionName", # required kms_master_key_id: "KMSMasterKeyId", provisioned_throughput_override: { read_capacity_units: 1, }, global_secondary_indexes: [ { index_name: "IndexName", # required provisioned_throughput_override: { read_capacity_units: 1, }, }, ], }
@!attribute [rw] region_name
The Region where the replica exists. @return [String]
@!attribute [rw] kms_master_key_id
The AWS KMS customer master key (CMK) of the replica that should be used for AWS KMS encryption. To specify a CMK, 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 master key alias/aws/dynamodb. @return [String]
@!attribute [rw] provisioned_throughput_override
Replica-specific provisioned throughput. If not specified, uses the source table's provisioned throughput settings. @return [Types::ProvisionedThroughputOverride]
@!attribute [rw] global_secondary_indexes
Replica-specific global secondary index settings. @return [Array<Types::ReplicaGlobalSecondaryIndex>]
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/UpdateReplicationGroupMemberAction AWS API Documentation
Constants
- SENSITIVE