AWS::GameLift::GameServerGroup LaunchTemplate - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::GameLift::GameServerGroup LaunchTemplate

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

An Amazon 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 GameServerGroup.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "LaunchTemplateId" : String, "LaunchTemplateName" : String, "Version" : String }

YAML

LaunchTemplateId: String LaunchTemplateName: String Version: String

Properties

LaunchTemplateId

A unique identifier for an existing Amazon EC2 launch template.

Required: No

Type: String

Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]+

Minimum: 1

Maximum: 255

Update requires: No interruption

LaunchTemplateName

A readable identifier for an existing Amazon EC2 launch template.

Required: No

Type: String

Pattern: [a-zA-Z0-9\(\)\.\-/_]+

Minimum: 3

Maximum: 128

Update requires: No interruption

Version

The version of the Amazon 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.

Required: No

Type: String

Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]+

Minimum: 1

Maximum: 128

Update requires: No interruption