interface LaunchTemplateProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.GameLift.CfnGameServerGroup.LaunchTemplateProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsgamelift#CfnGameServerGroup_LaunchTemplateProperty |
![]() | software.amazon.awscdk.services.gamelift.CfnGameServerGroup.LaunchTemplateProperty |
![]() | aws_cdk.aws_gamelift.CfnGameServerGroup.LaunchTemplateProperty |
![]() | aws-cdk-lib » aws_gamelift » CfnGameServerGroup » LaunchTemplateProperty |
Obtainable from
Game
.parseLaunchTemplate()
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
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_gamelift as gamelift } from 'aws-cdk-lib';
const launchTemplateProperty: gamelift.CfnGameServerGroup.LaunchTemplateProperty = {
launchTemplateId: 'launchTemplateId',
launchTemplateName: 'launchTemplateName',
version: 'version',
};
Properties
Name | Type | Description |
---|---|---|
launch | string | A unique identifier for an existing Amazon EC2 launch template. |
launch | string | A readable identifier for an existing Amazon EC2 launch template. |
version? | string | The version of the Amazon EC2 launch template to use. |
launchTemplateId?
Type:
string
(optional)
A unique identifier for an existing Amazon EC2 launch template.
launchTemplateName?
Type:
string
(optional)
A readable identifier for an existing Amazon EC2 launch template.
version?
Type:
string
(optional)
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.