GameServerGroupLaunchTemplate

data class GameServerGroupLaunchTemplate(val id: String? = null, val name: String? = null, val version: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

A unique identifier for an existing EC2 launch template.

Link copied to clipboard
val name: String? = null

A readable identifier for an existing EC2 launch template.

Link copied to clipboard
val version: String? = null

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