countryCodes

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

Parameters

value

Array of two-character country codes, for example, "US", "CN" , from the alpha-2 country ISO codes of the ISO 3166 international standard. See the documentation for valid values.


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


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

Parameters

values

Array of two-character country codes, for example, "US", "CN" , from the alpha-2 country ISO codes of the ISO 3166 international standard. See the documentation for valid values.