corsConfiguration

@JvmName(name = "knjcvrrgndfcbiwc")
suspend fun corsConfiguration(value: Output<ApiCorsArgs>)
@JvmName(name = "dgwpcioojaawnxdq")
suspend fun corsConfiguration(value: ApiCorsArgs?)

Parameters

value

A CORS configuration. Supported only for HTTP APIs. See Configuring CORS for more information.


@JvmName(name = "ecxhsoojkbnieefs")
suspend fun corsConfiguration(argument: suspend ApiCorsArgsBuilder.() -> Unit)

Parameters

argument

A CORS configuration. Supported only for HTTP APIs. See Configuring CORS for more information.