Alias

class Alias

Properties that describe an alias resource.

Related actions

All APIs by task

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift Servers alias resource and uniquely identifies it. ARNs are unique across all Regions. Format is arn:aws:gamelift:<region>::alias/alias-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912. In a GameLift alias ARN, the resource ID matches the alias ID value.

Link copied to clipboard

A unique identifier for the alias. Alias IDs are unique within a Region.

Link copied to clipboard

A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").

Link copied to clipboard

A human-readable description of an alias.

Link copied to clipboard

The time that this data object was last modified. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").

Link copied to clipboard
val name: String?

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

Link copied to clipboard

The routing configuration, including routing type and fleet target, for the alias.

Functions

Link copied to clipboard
inline fun copy(block: Alias.Builder.() -> Unit = {}): Alias
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String