allowHeaders

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

Parameters

value

The HTTP headers that origins can include in requests to the function URL. For example: ["date", "keep-alive", "x-custom-header"].


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


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

Parameters

values

The HTTP headers that origins can include in requests to the function URL. For example: ["date", "keep-alive", "x-custom-header"].