headers

@JvmName(name = "skrufapcupcyhfty")
suspend fun headers(value: Output<List<HeaderArgs>>)
@JvmName(name = "ynowxbcqclyjjaym")
suspend fun headers(value: List<HeaderArgs>?)

Parameters

value

An array of objects, where each object specifies a URL pattern that, if matched to the request URL path, triggers Hosting to apply the specified custom response headers.


@JvmName(name = "tywwaxerusohvise")
suspend fun headers(vararg values: Output<HeaderArgs>)


@JvmName(name = "jgolbxmbecsouphb")
suspend fun headers(values: List<Output<HeaderArgs>>)
@JvmName(name = "excbsatgqlsoesvy")
suspend fun headers(vararg values: HeaderArgs)

Parameters

values

An array of objects, where each object specifies a URL pattern that, if matched to the request URL path, triggers Hosting to apply the specified custom response headers.


@JvmName(name = "nsmavuhgmcomnjgs")
suspend fun headers(argument: List<suspend HeaderArgsBuilder.() -> Unit>)
@JvmName(name = "hdmwhwonnlfutghv")
suspend fun headers(vararg argument: suspend HeaderArgsBuilder.() -> Unit)
@JvmName(name = "xpefskhbvjtytvjs")
suspend fun headers(argument: suspend HeaderArgsBuilder.() -> Unit)

Parameters

argument

An array of objects, where each object specifies a URL pattern that, if matched to the request URL path, triggers Hosting to apply the specified custom response headers.