Alias Args
data class AliasArgs(val description: Output<String>? = null, val name: Output<String>? = null, val routingStrategy: Output<AliasRoutingStrategyArgs>? = null) : ConvertibleToJava<AliasArgs>
The AWS::GameLift::Alias resource creates an alias for an Amazon GameLift (GameLift) fleet destination.
Example Usage
Example
No Java example available.
Example
No Java example available.
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, name: Output<String>? = null, routingStrategy: Output<AliasRoutingStrategyArgs>? = null)