allowedCountries

@JvmName(name = "djsfrwejfumtbxbg")
suspend fun allowedCountries(value: Output<List<String>>)
@JvmName(name = "tiyoeeusmctiekbn")
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 = "vugajigfjjidwwiq")
suspend fun allowedCountries(vararg values: Output<String>)


@JvmName(name = "ioblfhhhnnlkobxn")
suspend fun allowedCountries(values: List<Output<String>>)
@JvmName(name = "oetpaxbtefleccwk")
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).