/AWS1/CL_GMLLAUNCHTEMPLATESPEC¶
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.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_launchtemplateid TYPE /AWS1/GMLLAUNCHTEMPLATEID /AWS1/GMLLAUNCHTEMPLATEID¶
A unique identifier for an existing Amazon EC2 launch template.
iv_launchtemplatename TYPE /AWS1/GMLLAUNCHTEMPLATENAME /AWS1/GMLLAUNCHTEMPLATENAME¶
A readable identifier for an existing Amazon EC2 launch template.
iv_version TYPE /AWS1/GMLLAUNCHTEMPLATEVERSION /AWS1/GMLLAUNCHTEMPLATEVERSION¶
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.
Queryable Attributes¶
LaunchTemplateId¶
A unique identifier for an existing Amazon EC2 launch template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAUNCHTEMPLATEID() |
Getter for LAUNCHTEMPLATEID, with configurable default |
ASK_LAUNCHTEMPLATEID() |
Getter for LAUNCHTEMPLATEID w/ exceptions if field has no va |
HAS_LAUNCHTEMPLATEID() |
Determine if LAUNCHTEMPLATEID has a value |
LaunchTemplateName¶
A readable identifier for an existing Amazon EC2 launch template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAUNCHTEMPLATENAME() |
Getter for LAUNCHTEMPLATENAME, with configurable default |
ASK_LAUNCHTEMPLATENAME() |
Getter for LAUNCHTEMPLATENAME w/ exceptions if field has no |
HAS_LAUNCHTEMPLATENAME() |
Determine if LAUNCHTEMPLATENAME has a value |
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSION() |
Getter for VERSION, with configurable default |
ASK_VERSION() |
Getter for VERSION w/ exceptions if field has no value |
HAS_VERSION() |
Determine if VERSION has a value |