class Aws::DynamoDB::Types::CreateReplicationGroupMemberAction


@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/CreateReplicationGroupMemberAction 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
KMS encryption in the new replica. To specify a CMK, use its key ID,
The AWS KMS customer master key (CMK) that should be used for AWS
@!attribute [rw] kms_master_key_id
@return [String]
The Region where the new replica will be created.
@!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 CreateReplicationGroupMemberAction
Represents a replica to be created.