This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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 AWS CloudFormation template, use the following syntax:
JSON
{ "LaunchTemplateId" :String, "LaunchTemplateName" :String, "Version" :String}
YAML
LaunchTemplateId:StringLaunchTemplateName:StringVersion: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: 1Maximum: 255Update requires: No interruption 
- LaunchTemplateName
- 
                    A readable identifier for an existing Amazon EC2 launch template. Required: No Type: String Pattern: [a-zA-Z0-9\(\)\.\-/_]+Minimum: 3Maximum: 128Update 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: 1Maximum: 128Update requires: No interruption