launchTemplate

@JvmName(name = "urjmjjhsxbonmymu")
suspend fun launchTemplate(value: Output<GameServerGroupLaunchTemplateArgs>)
@JvmName(name = "hixrmaipcxtjbosy")
suspend fun launchTemplate(value: GameServerGroupLaunchTemplateArgs?)

Parameters

value

The EC2 launch template that contains configuration settings and game server code to be deployed to all instances in the game server group. Updating this game server group property will not take effect for the created EC2 Auto Scaling group, please update the EC2 Auto Scaling group directly after creating the resource.


@JvmName(name = "kunpvlfnguvmmfio")
suspend fun launchTemplate(argument: suspend GameServerGroupLaunchTemplateArgsBuilder.() -> Unit)

Parameters

argument

The EC2 launch template that contains configuration settings and game server code to be deployed to all instances in the game server group. Updating this game server group property will not take effect for the created EC2 Auto Scaling group, please update the EC2 Auto Scaling group directly after creating the resource.