LaunchTemplateSpecification
An Amazon Elastic Compute Cloud 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.
Contents
Note
In the following list, the required parameters are described first.
- LaunchTemplateId
-
A unique identifier for an existing Amazon EC2 launch template.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]+
Required: No
- LaunchTemplateName
-
A readable identifier for an existing Amazon EC2 launch template.
Type: String
Length Constraints: Minimum length of 3. Maximum length of 128.
Pattern:
[a-zA-Z0-9\(\)\.\-/_]+
Required: No
- 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.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]+
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: