Header Args
data class HeaderArgs(val glob: Output<String>? = null, val headers: Output<Map<String, String>>, val regex: Output<String>? = null) : ConvertibleToJava<HeaderArgs>
A Header
specifies a URL pattern that, if matched to the request URL path, triggers Hosting to apply the specified custom response headers.