Skip to content

DynamoDB  >  Structures  >  CreateReplicationGroupMemberAction

CreateReplicationGroupMemberAction

Structure Class

CreateReplicationGroupMemberAction dataclass

Represents a replica to be created.

Attributes

global_secondary_indexes class-attribute instance-attribute
global_secondary_indexes: list[ReplicaGlobalSecondaryIndex] | None = None

Replica-specific global secondary index settings.

kms_master_key_id class-attribute instance-attribute
kms_master_key_id: str | None = None

The KMS key that should be used for KMS encryption in the new replica. 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.

on_demand_throughput_override class-attribute instance-attribute
on_demand_throughput_override: OnDemandThroughputOverride | None = None

The maximum on-demand throughput settings for the specified replica table being created. You can only modify MaxReadRequestUnits, because you can't modify MaxWriteRequestUnits for individual replica tables.

provisioned_throughput_override class-attribute instance-attribute
provisioned_throughput_override: ProvisionedThroughputOverride | None = None

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

region_name instance-attribute
region_name: str

The Region where the new replica will be created.

table_class_override class-attribute instance-attribute
table_class_override: TableClass | None = None

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