allowedLocations

@JvmName(name = "jyhcaneqkstdwrnn")
suspend fun allowedLocations(value: Output<List<String>>)
@JvmName(name = "hvcrofsuiqiiemfk")
suspend fun allowedLocations(value: List<String>?)

Parameters

value

A list of locations to allow game session placement in, in the form of AWS Region codes such as us-west-2 .


@JvmName(name = "rdulfvousyukkiig")
suspend fun allowedLocations(vararg values: Output<String>)


@JvmName(name = "oomskbrkdxjdueeu")
suspend fun allowedLocations(values: List<Output<String>>)
@JvmName(name = "wfyhqlybbremuiku")
suspend fun allowedLocations(vararg values: String)

Parameters

values

A list of locations to allow game session placement in, in the form of AWS Region codes such as us-west-2 .