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

CreateAliasInput

import type { CreateAliasInput } from "https://aws-api.deno.dev/v0.4/services/gamelift.ts?docs=full";
interface CreateAliasInput {
Description?: string | null;
Name: string;
RoutingStrategy: RoutingStrategy;
Tags?: Tag[] | null;
}

§Properties

§
Description?: string | null
[src]

A human-readable description of the alias.

§
Name: string
[src]

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

§
RoutingStrategy: RoutingStrategy
[src]

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

§
Tags?: Tag[] | null
[src]

A list of labels to assign to the new alias resource. Tags are developer-defined key-value pairs. Tagging Amazon Web Services resources are useful for resource management, access management and cost allocation. For more information, see Tagging Amazon Web Services Resources in the Amazon Web Services General Reference.