countryCodes

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


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