countryCodes

@JvmName(name = "vdsjvhdfwsfrhwrr")
suspend fun countryCodes(value: Output<List<String>>)
@JvmName(name = "pwckhhfefrxuhpyj")
suspend fun countryCodes(value: List<String>)

Parameters

value

A List of two letter country codes (e.g. US, GB) to be associated with this Geo Filter.


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


@JvmName(name = "xtxybmseebdpleib")
suspend fun countryCodes(values: List<Output<String>>)
@JvmName(name = "jsrnnwqmpjcmasre")
suspend fun countryCodes(vararg values: String)

Parameters

values

A List of two letter country codes (e.g. US, GB) to be associated with this Geo Filter.