GameServerGroupLaunchTemplate

data class GameServerGroupLaunchTemplate(val launchTemplateId: String? = null, val launchTemplateName: String? = null, val version: String? = null)

The EC2 launch template that contains configuration settings and game server code to be deployed to all instances in the game server group.

Constructors

Link copied to clipboard
fun GameServerGroupLaunchTemplate(launchTemplateId: String? = null, launchTemplateName: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val version: String? = null