AliasArgs

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
fun AliasArgs(description: Output<String>? = null, name: Output<String>? = null, routingStrategy: Output<AliasRoutingStrategyArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): AliasArgs

Properties

Link copied to clipboard
val description: Output<String>? = null

A human-readable description of the alias.

Link copied to clipboard
val name: Output<String>? = null

A descriptive label that is associated with an alias. Alias names do not need to be unique.

Link copied to clipboard

A routing configuration that specifies where traffic is directed for this alias, such as to a fleet or to a message.