headers

@JvmName(name = "fpjroajkugrkqqfm")
suspend fun headers(value: Output<List<HostingVersionConfigHeaderArgs>>)
@JvmName(name = "wbyofgebvbimsabv")
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 = "cuoirnjggyasvieh")
suspend fun headers(vararg values: Output<HostingVersionConfigHeaderArgs>)


@JvmName(name = "ylskelnaljbrhgmt")
suspend fun headers(values: List<Output<HostingVersionConfigHeaderArgs>>)
@JvmName(name = "ebcqtaxdudrlcjld")
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 = "umbxplftuilinmeg")
suspend fun headers(argument: List<suspend HostingVersionConfigHeaderArgsBuilder.() -> Unit>)
@JvmName(name = "cuppsxtjejtbdrkl")
suspend fun headers(vararg argument: suspend HostingVersionConfigHeaderArgsBuilder.() -> Unit)
@JvmName(name = "bmslhgbxynyhwrgy")
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.