srcRegionCodes

@JvmName(name = "dixvqlyvclbirnfm")
suspend fun srcRegionCodes(value: Output<List<String>>)
@JvmName(name = "imbwhcchbakkjfbe")
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 = "khfgoluukapnkpfg")
suspend fun srcRegionCodes(vararg values: Output<String>)


@JvmName(name = "feaiojfmgblqbjix")
suspend fun srcRegionCodes(values: List<Output<String>>)
@JvmName(name = "uttjotggbslbkwjq")
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.