class Aws::DynamoDB::Types::UpdateReplicationGroupMemberAction


@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/UpdateReplicationGroupMemberAction AWS API Documentation
@return [Array<Types::ReplicaGlobalSecondaryIndex>]
Replica-specific global secondary index settings.
@!attribute [rw] global_secondary_indexes
@return [Types::ProvisionedThroughputOverride]
source table’s provisioned throughput settings.
Replica-specific provisioned throughput. If not specified, uses the
@!attribute [rw] provisioned_throughput_override
@return [String]
default DynamoDB KMS master key alias/aws/dynamodb.
should only provide this parameter if the key is different from the
Amazon Resource Name (ARN), alias name, or alias ARN. Note that you
used for AWS KMS encryption. To specify a CMK, use its key ID,
The AWS KMS customer master key (CMK) of the replica that should be
@!attribute [rw] kms_master_key_id
@return [String]
The Region where the replica exists.
@!attribute [rw] region_name
}
],
},
},
read_capacity_units: 1,
provisioned_throughput_override: {
index_name: “IndexName”, # required
{
global_secondary_indexes: [
},
read_capacity_units: 1,
provisioned_throughput_override: {
kms_master_key_id: “KMSMasterKeyId”,
region_name: “RegionName”, # required
{
data as a hash:
@note When making an API call, you may pass UpdateReplicationGroupMemberAction
Represents a replica to be modified.