Module: AWSCDK::DynamoDB::GlobalTableSettingsReplicationMode
- Defined in:
- dynamo_db/global_table_settings_replication_mode.rb
Overview
The replication mode for global table settings across multiple accounts.
Note: In a multi-account global table, you cannot make changes to a synchronized setting using CDK.
Constant Summary collapse
- ALL =
Deprecated.Note:
Default:
All synchronizable settings are replicated across all replicas.
Synchronizable settings include: billing mode, provisioned throughput, auto-scaling, on-demand throughput, warm throughput, TTL, streams view type, and GSIs.
Note: Some settings are always synchronized (key schema, LSIs) and some are never synchronized (table class, SSE, deletion protection, PITR, tags, resource policy, CCI).
Jsii::Enum.new("aws-cdk-lib.aws_dynamodb.GlobalTableSettingsReplicationMode", "ALL")