countryCodes

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


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