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 = "gcqlncqerjlcgbyo")
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 = "iaxfpujdkdsinpnx")
suspend fun gameServerConfigOverrides(argument: List<suspend GameServerDeploymentRolloutGameServerConfigOverrideArgsBuilder.() -> Unit>)
@JvmName(name = "nlrjcvohyrhyfdci")
suspend fun gameServerConfigOverrides(vararg argument: suspend GameServerDeploymentRolloutGameServerConfigOverrideArgsBuilder.() -> Unit)
@JvmName(name = "hhqedngetatovsul")
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.