Interface CfnGlobalTable.GlobalTableWitnessProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnGlobalTable.GlobalTableWitnessProperty.Jsii$Proxy
Enclosing class:
CfnGlobalTable

@Stability(Stable) public static interface CfnGlobalTable.GlobalTableWitnessProperty extends software.amazon.jsii.JsiiSerializable
The witness Region for the MRSC global table.

A MRSC global table can be configured with either three replicas, or with two replicas and one witness.

The witness must be in a different Region than the replicas and within the same Region set:

  • US Region set: US East (N. Virginia), US East (Ohio), US West (Oregon)
  • EU Region set: Europe (Ireland), Europe (London), Europe (Paris), Europe (Frankfurt)
  • AP Region set: Asia Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Osaka)

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.dynamodb.*;
 GlobalTableWitnessProperty globalTableWitnessProperty = GlobalTableWitnessProperty.builder()
         .region("region")
         .build();
 

See Also: