Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Alias

import type { Alias } from "https://aws-api.deno.dev/v0.3/services/gamelift.ts?docs=full";

Properties that describe an alias resource.

Related actions

"CreateAlias" | "ListAliases" | "DescribeAlias" | "UpdateAlias" | "DeleteAlias" | "ResolveAlias" | All APIs by task

interface Alias {
AliasArn?: string | null;
AliasId?: string | null;
CreationTime?: Date | number | null;
Description?: string | null;
LastUpdatedTime?: Date | number | null;
Name?: string | null;
RoutingStrategy?: RoutingStrategy | null;
}

§Properties

§
AliasArn?: string | null
[src]

The Amazon Resource Name (ARN) that is assigned to a GameLift 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.

§
AliasId?: string | null
[src]

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

§
CreationTime?: Date | number | null
[src]

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

§
Description?: string | null
[src]

A human-readable description of an alias.

§
LastUpdatedTime?: Date | number | null
[src]

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

§
Name?: string | null
[src]

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

§
RoutingStrategy?: RoutingStrategy | null
[src]

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