Game Server Group Launch Template
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)