allowHeaders

@JvmName(name = "cdshbfmfwcfljppy")
suspend fun allowHeaders(value: Output<List<String>>)
@JvmName(name = "ncfdhtkfmjrpkvhh")
suspend fun allowHeaders(value: List<String>?)

Parameters

value

The set of allowed HTTP request headers. This configures the Access-Control-Allow-Headers header.


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


@JvmName(name = "wpjllakvbjnlkecp")
suspend fun allowHeaders(values: List<Output<String>>)
@JvmName(name = "tpieukjtjyyxvtjg")
suspend fun allowHeaders(vararg values: String)

Parameters

values

The set of allowed HTTP request headers. This configures the Access-Control-Allow-Headers header.