allowedCountries

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


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