allowedOrigins

@JvmName(name = "jqfsfknsaqcpbfmq")
suspend fun allowedOrigins(value: Output<List<String>>)
@JvmName(name = "ugkdcisxflobyfuv")
suspend fun allowedOrigins(value: List<String>?)

Parameters

value

Gets or sets the list of origins that should be allowed to make cross-origin calls (for example: http://example.com:12345). Use "*" to allow all. If omitted, allow all by default.


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


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

Parameters

values

Gets or sets the list of origins that should be allowed to make cross-origin calls (for example: http://example.com:12345). Use "*" to allow all. If omitted, allow all by default.