countryCodes

@JvmName(name = "tfycnsktrpkjosrw")
suspend fun countryCodes(value: Output<List<String>>)
@JvmName(name = "hfctisiuaabnctrr")
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 = "xfydcmfchxfujclb")
suspend fun countryCodes(vararg values: Output<String>)


@JvmName(name = "sphucesnsjtmipiq")
suspend fun countryCodes(values: List<Output<String>>)
@JvmName(name = "mmbaoohepaintkeg")
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.