Interface CfnEndpoint.ReplicationConfigProperty

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

@Stability(Stable) public static interface CfnEndpoint.ReplicationConfigProperty extends software.amazon.jsii.JsiiSerializable
Endpoints can replicate all events to the secondary Region.

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.events.*;
 ReplicationConfigProperty replicationConfigProperty = ReplicationConfigProperty.builder()
         .state("state")
         .build();