corsHeaders

@JvmName(name = "jorulgeihndyijsv")
suspend fun corsHeaders(value: Output<List<AccessApplicationCorsHeaderArgs>>)
@JvmName(name = "cidwvcavotbjxbhq")
suspend fun corsHeaders(value: List<AccessApplicationCorsHeaderArgs>?)

Parameters

value

CORS configuration for the Access Application. See below for reference structure.


@JvmName(name = "awhvgfbtrpjqdvwl")
suspend fun corsHeaders(vararg values: Output<AccessApplicationCorsHeaderArgs>)


@JvmName(name = "meoxrxuhjpdrvcso")
suspend fun corsHeaders(values: List<Output<AccessApplicationCorsHeaderArgs>>)
@JvmName(name = "kniwwhuccywbjqpd")
suspend fun corsHeaders(vararg values: AccessApplicationCorsHeaderArgs)

Parameters

values

CORS configuration for the Access Application. See below for reference structure.


@JvmName(name = "wstpgludipcwvvoj")
suspend fun corsHeaders(argument: List<suspend AccessApplicationCorsHeaderArgsBuilder.() -> Unit>)
@JvmName(name = "rqdupxmhyfmxsghk")
suspend fun corsHeaders(vararg argument: suspend AccessApplicationCorsHeaderArgsBuilder.() -> Unit)
@JvmName(name = "pwbkourukchyjdne")
suspend fun corsHeaders(argument: suspend AccessApplicationCorsHeaderArgsBuilder.() -> Unit)

Parameters

argument

CORS configuration for the Access Application. See below for reference structure.