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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnEndpoint.ReplicationConfigProperty
static final class
An implementation forCfnEndpoint.ReplicationConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getState
The state of event replication. -
builder
-