allowedCountries

@JvmName(name = "kochicbobacskqcb")
suspend fun allowedCountries(value: Output<List<String>>)
@JvmName(name = "mgqumiftrohdmdfr")
suspend fun allowedCountries(value: List<String>?)

Parameters

value

A list of country codes that control geoblocking restriction. Allowed values are the officially assigned ISO 3166-1 alpha-2 codes. Default: All countries (an empty array).


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


@JvmName(name = "digchwaemucrxcdo")
suspend fun allowedCountries(values: List<Output<String>>)
@JvmName(name = "fgpqbygnppwmhiwk")
suspend fun allowedCountries(vararg values: String)

Parameters

values

A list of country codes that control geoblocking restriction. Allowed values are the officially assigned ISO 3166-1 alpha-2 codes. Default: All countries (an empty array).