Interface CfnMultiRegionEndpointPropsMixin.RouteDetailsItemsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMultiRegionEndpointPropsMixin.RouteDetailsItemsProperty.Jsii$Proxy
- Enclosing class:
CfnMultiRegionEndpointPropsMixin
@Stability(Stable)
public static interface CfnMultiRegionEndpointPropsMixin.RouteDetailsItemsProperty
extends software.amazon.jsii.JsiiSerializable
An object that contains route configuration.
Includes secondary region name.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.ses.*;
RouteDetailsItemsProperty routeDetailsItemsProperty = RouteDetailsItemsProperty.builder()
.region("region")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMultiRegionEndpointPropsMixin.RouteDetailsItemsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRegion
The name of an AWS-Region to be a secondary region for the multi-region endpoint (global-endpoint).- See Also:
-
builder
@Stability(Stable) static CfnMultiRegionEndpointPropsMixin.RouteDetailsItemsProperty.Builder builder()
-