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.3/services/gamelift.ts?docs=full";

Represents the input for a request operation.

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 AWS resources are useful for resource management, access management and cost allocation. For more information, see Tagging AWS Resources in the AWS General Reference. Once the resource is created, you can use "TagResource", "UntagResource", and "ListTagsForResource" to add, remove, and view tags. The maximum tag limit may be lower than stated. See the AWS General Reference for actual tagging limits.