allowedOrigins

@JvmName(name = "qavrbjjfvspfohjg")
suspend fun allowedOrigins(value: Output<List<String>>)
@JvmName(name = "mqkxqdevktjhttxw")
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 = "staevepkshobikbm")
suspend fun allowedOrigins(vararg values: Output<String>)


@JvmName(name = "tnunjxiysygmpewy")
suspend fun allowedOrigins(values: List<Output<String>>)
@JvmName(name = "akwyccfxbbmucnfc")
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). */