srcRegionCodes

@JvmName(name = "nbjvukfwpynvcosd")
suspend fun srcRegionCodes(value: Output<List<String>>)
@JvmName(name = "hkglilfjbpndcdlw")
suspend fun srcRegionCodes(value: List<String>?)

Parameters

value

Region codes whose IP addresses will be used to match for source of traffic. Should be specified as 2 letter country code defined as per ISO 3166 alpha-2 country codes. ex."US" Maximum number of source region codes allowed is 5000.


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


@JvmName(name = "ipjxpdfvhcvtcdpj")
suspend fun srcRegionCodes(values: List<Output<String>>)
@JvmName(name = "rkfumvpujbipidkt")
suspend fun srcRegionCodes(vararg values: String)

Parameters

values

Region codes whose IP addresses will be used to match for source of traffic. Should be specified as 2 letter country code defined as per ISO 3166 alpha-2 country codes. ex."US" Maximum number of source region codes allowed is 5000.