class Aws::GameLift::Types::LaunchTemplateSpecification

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

An 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 CreateGameServerGroup.

@note When making an API call, you may pass LaunchTemplateSpecification

data as a hash:

    {
      launch_template_id: "LaunchTemplateId",
      launch_template_name: "LaunchTemplateName",
      version: "LaunchTemplateVersion",
    }

@!attribute [rw] launch_template_id

A unique identifier for an existing EC2 launch template.
@return [String]

@!attribute [rw] launch_template_name

A readable identifier for an existing EC2 launch template.
@return [String]

@!attribute [rw] version

The version of the 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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/LaunchTemplateSpecification AWS API Documentation

Constants

SENSITIVE