HostingVersionConfigHeaderArgs

data class HostingVersionConfigHeaderArgs(val glob: Output<String>? = null, val headers: Output<Map<String, String>>, val regex: Output<String>? = null) : ConvertibleToJava<HostingVersionConfigHeaderArgs>

Constructors

Link copied to clipboard
constructor(glob: Output<String>? = null, headers: Output<Map<String, String>>, regex: Output<String>? = null)

Properties

Link copied to clipboard
val glob: Output<String>? = null

The user-supplied glob to match against the request URL path.

Link copied to clipboard
val headers: Output<Map<String, String>>

The additional headers to add to the response. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

Link copied to clipboard
val regex: Output<String>? = null

The user-supplied RE2 regular expression to match against the request URL path.

Functions

Link copied to clipboard
open override fun toJava(): HostingVersionConfigHeaderArgs