countryCodes

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


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