destRegionCodes

@JvmName(name = "nqjrcgfuwviucxvc")
suspend fun destRegionCodes(value: Output<List<String>>)
@JvmName(name = "uydohvareyvcguuo")
suspend fun destRegionCodes(value: List<String>?)

Parameters

value

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


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


@JvmName(name = "siyyjlpxebdsykoc")
suspend fun destRegionCodes(values: List<Output<String>>)
@JvmName(name = "kwfikbweuuvtpvqu")
suspend fun destRegionCodes(vararg values: String)

Parameters

values

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