GameServerGroupLaunchTemplateArgs

data class GameServerGroupLaunchTemplateArgs(val launchTemplateId: Output<String>? = null, val launchTemplateName: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<GameServerGroupLaunchTemplateArgs>

The EC2 launch template that contains configuration settings and game server code to be deployed to all instances in the game server group. Updating this game server group property will not take effect for the created EC2 Auto Scaling group, please update the EC2 Auto Scaling group directly after creating the resource.

Constructors

Link copied to clipboard
constructor(launchTemplateId: Output<String>? = null, launchTemplateName: Output<String>? = null, version: Output<String>? = null)

Properties

Link copied to clipboard
val launchTemplateId: Output<String>? = null

A unique identifier for an existing Amazon EC2 launch template.

Link copied to clipboard
val launchTemplateName: Output<String>? = null

A readable identifier for an existing Amazon EC2 launch template.

Link copied to clipboard
val version: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): GameServerGroupLaunchTemplateArgs