gameServerConfigOverrides

Parameters

value

The game_server_config_overrides contains the per game server config overrides. The overrides are processed in the order they are listed. As soon as a match is found for a cluster, the rest of the list is not processed. Structure is documented below.


@JvmName(name = "hxvfdnxqtsefbqpi")
suspend fun gameServerConfigOverrides(vararg values: Output<GameServerDeploymentRolloutGameServerConfigOverrideArgs>)


Parameters

values

The game_server_config_overrides contains the per game server config overrides. The overrides are processed in the order they are listed. As soon as a match is found for a cluster, the rest of the list is not processed. Structure is documented below.


@JvmName(name = "vjxmbfageeqecuql")
suspend fun gameServerConfigOverrides(argument: List<suspend GameServerDeploymentRolloutGameServerConfigOverrideArgsBuilder.() -> Unit>)
@JvmName(name = "fuvxsikmvbclknqr")
suspend fun gameServerConfigOverrides(vararg argument: suspend GameServerDeploymentRolloutGameServerConfigOverrideArgsBuilder.() -> Unit)
@JvmName(name = "xkltusksnkslnmoe")
suspend fun gameServerConfigOverrides(argument: suspend GameServerDeploymentRolloutGameServerConfigOverrideArgsBuilder.() -> Unit)

Parameters

argument

The game_server_config_overrides contains the per game server config overrides. The overrides are processed in the order they are listed. As soon as a match is found for a cluster, the rest of the list is not processed. Structure is documented below.