GameServerGroupLaunchTemplateArgs

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

Constructors

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

Properties

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

A unique identifier for an existing EC2 launch template.

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

A readable identifier for an existing EC2 launch template.

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

The version of the EC2 launch template to use. If none is set, the default is the first version created.

Functions

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