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: