Interface CfnEndpoint.SecondaryProperty

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

@Stability(Stable) public static interface CfnEndpoint.SecondaryProperty extends software.amazon.jsii.JsiiSerializable
The secondary Region that processes events when failover is triggered or replication is enabled.

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.*;
 SecondaryProperty secondaryProperty = SecondaryProperty.builder()
         .route("route")
         .build();