GetAliasResult

data class GetAliasResult(val aliasArn: String? = null, val aliasId: String? = null, val description: String? = null, val name: String? = null, val routingStrategy: AliasRoutingStrategy? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(aliasArn: String? = null, aliasId: String? = null, description: String? = null, name: String? = null, routingStrategy: AliasRoutingStrategy? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val aliasArn: String? = null

The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift Alias resource and uniquely identifies it. ARNs are unique across all Regions. In a GameLift Alias ARN, the resource ID matches the AliasId value.

Link copied to clipboard
val aliasId: String? = null

Unique alias ID

Link copied to clipboard
val description: String? = null

A human-readable description of the alias.

Link copied to clipboard
val name: 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.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.