srcRegionCodes

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


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