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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEndpoint.SecondaryPropertystatic final classAn implementation forCfnEndpoint.SecondaryProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRoute
Defines the secondary Region.- See Also:
-
builder
-