Interface CfnAliasPropsMixin.RoutingStrategyProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAliasPropsMixin.RoutingStrategyProperty.Jsii$Proxy
Enclosing class:
CfnAliasPropsMixin

@Stability(Stable) public static interface CfnAliasPropsMixin.RoutingStrategyProperty extends software.amazon.jsii.JsiiSerializable
The routing configuration for a fleet alias.

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.gamelift.*;
 RoutingStrategyProperty routingStrategyProperty = RoutingStrategyProperty.builder()
         .fleetId("fleetId")
         .message("message")
         .type("type")
         .build();
 

See Also: