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

LaunchTemplateSpecification

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

This data type is used with the GameLift FleetIQ and game server groups.

An EC2 launch template that contains configuration settings and game server code to be deployed to all instances in a game server group. The launch template is specified when creating a new game server group with "CreateGameServerGroup".

interface LaunchTemplateSpecification {
LaunchTemplateId?: string | null;
LaunchTemplateName?: string | null;
Version?: string | null;
}

§Properties

§
LaunchTemplateId?: string | null
[src]

A unique identifier for an existing EC2 launch template.

§
LaunchTemplateName?: string | null
[src]

A readable identifier for an existing EC2 launch template.

§
Version?: string | null
[src]

The version of the EC2 launch template to use. If no version is specified, the default version will be used. With Amazon EC2, you can specify a default version for a launch template. If none is set, the default is the first version created.