countryCodes

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


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