Alias

class Alias : KotlinCustomResource

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.

Properties

Link copied to clipboard
val aliasArn: Output<String>

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: Output<String>

Unique alias ID

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

A human-readable description of the alias.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
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: Output<List<Tag>>?

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

Link copied to clipboard
val urn: Output<String>