Interface CfnAlias.RoutingStrategyProperty

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

@Stability(Stable) public static interface CfnAlias.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.services.gamelift.*;
 RoutingStrategyProperty routingStrategyProperty = RoutingStrategyProperty.builder()
         .type("type")
         // the properties below are optional
         .fleetId("fleetId")
         .message("message")
         .build();
 

See Also: