countryCodes

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

Parameters

value

Two letter country or region codes defining user country or region access in a geo filter, e.g. AU, MX, US.


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


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

Parameters

values

Two letter country or region codes defining user country or region access in a geo filter, e.g. AU, MX, US.