allowHeaders

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


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