GameServerGroupLaunchTemplateArgs

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)

Functions

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

Properties

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