class Aws::DynamoDB::Types::CreateReplicationGroupMemberAction

Represents a replica to be created.

@note When making an API call, you may pass CreateReplicationGroupMemberAction

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 new replica will be created.
@return [String]

@!attribute [rw] kms_master_key_id

The AWS KMS customer master key (CMK) that should be used for AWS
KMS encryption in the new replica. 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/CreateReplicationGroupMemberAction AWS API Documentation

Constants

SENSITIVE