Game Server Group Launch Template Args
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.
Constructors
Link copied to clipboard
fun GameServerGroupLaunchTemplateArgs(launchTemplateId: Output<String>? = null, launchTemplateName: Output<String>? = null, version: Output<String>? = null)