allowedLocations

@JvmName(name = "xeoyenplrutsacfk")
suspend fun allowedLocations(value: Output<List<String>>)
@JvmName(name = "mmvohanwntgrrdqk")
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 = "nxysuiegdbkujwgu")
suspend fun allowedLocations(vararg values: Output<String>)


@JvmName(name = "sgmaijtxjbtlpbhv")
suspend fun allowedLocations(values: List<Output<String>>)
@JvmName(name = "ocdfylxqcrmgcwfi")
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 .