allowedOrigins

@JvmName(name = "mnfachwfnhbvvoaa")
suspend fun allowedOrigins(value: Output<List<String>>)
@JvmName(name = "qqhdwgxefkgephyf")
suspend fun allowedOrigins(value: List<String>)

Parameters

value

A list of hosts from which requests using the specified methods are allowed. A host may contain one wildcard (e.g. http://*.example.com). */


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


@JvmName(name = "fewkyjvjqobmnpvu")
suspend fun allowedOrigins(values: List<Output<String>>)
@JvmName(name = "lqyosjoarqxikhlq")
suspend fun allowedOrigins(vararg values: String)

Parameters

values

A list of hosts from which requests using the specified methods are allowed. A host may contain one wildcard (e.g. http://*.example.com). */