Interface CfnMultiRegionEndpoint.RouteDetailsItemsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMultiRegionEndpoint.RouteDetailsItemsProperty.Jsii$Proxy
- Enclosing class:
CfnMultiRegionEndpoint
@Stability(Stable)
public static interface CfnMultiRegionEndpoint.RouteDetailsItemsProperty
extends software.amazon.jsii.JsiiSerializable
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.ses.*;
RouteDetailsItemsProperty routeDetailsItemsProperty = RouteDetailsItemsProperty.builder()
.region("region")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMultiRegionEndpoint.RouteDetailsItemsPropertystatic final classAn implementation forCfnMultiRegionEndpoint.RouteDetailsItemsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The name of an AWS-Region to be a secondary region for the multi-region endpoint (global-endpoint).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
-