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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnEndpoint.SecondaryProperty
static final class
An implementation forCfnEndpoint.SecondaryProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRoute
Defines the secondary Region. -
builder
-