headers

@JvmName(name = "ntuoniqvwgpjvcsk")
suspend fun headers(value: Output<List<HostingVersionConfigHeaderArgs>>)
@JvmName(name = "tncjhfircstfgstt")
suspend fun headers(value: List<HostingVersionConfigHeaderArgs>?)

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. Structure is documented below.


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


@JvmName(name = "rcjmuqjypxfkqckp")
suspend fun headers(values: List<Output<HostingVersionConfigHeaderArgs>>)
@JvmName(name = "qmmijlqjsbkuwtmb")
suspend fun headers(vararg values: HostingVersionConfigHeaderArgs)

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. Structure is documented below.


@JvmName(name = "lbtxrqfpfjtchhwy")
suspend fun headers(argument: List<suspend HostingVersionConfigHeaderArgsBuilder.() -> Unit>)
@JvmName(name = "pfgyyodweprqbcwb")
suspend fun headers(vararg argument: suspend HostingVersionConfigHeaderArgsBuilder.() -> Unit)
@JvmName(name = "vstgsppfhtuujwsi")
suspend fun headers(argument: suspend HostingVersionConfigHeaderArgsBuilder.() -> 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. Structure is documented below.