allowHeaders

@JvmName(name = "utpnsllhlfjjbsgh")
suspend fun allowHeaders(value: Output<List<String>>)
@JvmName(name = "ilffnyowagrjormc")
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 = "ffvpthtamswfhirc")
suspend fun allowHeaders(vararg values: Output<String>)


@JvmName(name = "mssndqfpxluvvjwt")
suspend fun allowHeaders(values: List<Output<String>>)
@JvmName(name = "mqqajgnrcupvnjip")
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"].