cors

@JvmName(name = "bsuqunfwwaucdgdw")
suspend fun cors(value: Output<FunctionUrlCorsArgs>)
@JvmName(name = "lpsicxbkcurkgxng")
suspend fun cors(value: FunctionUrlCorsArgs?)

Parameters

value

The cross-origin resource sharing (CORS) settings for the function URL. Documented below.


@JvmName(name = "mmbxokegiacgeafn")
suspend fun cors(argument: suspend FunctionUrlCorsArgsBuilder.() -> Unit)

Parameters

argument

The cross-origin resource sharing (CORS) settings for the function URL. Documented below.