httpHeaderMatch

@JvmName(name = "npqyjyxlpnwgqvqh")
suspend fun httpHeaderMatch(value: Output<HttpHeaderMatchArgs>)
@JvmName(name = "abglexkfbytcbvfm")
suspend fun httpHeaderMatch(value: HttpHeaderMatchArgs?)

Parameters

value

Optional. Match against key:value pair in http header. Provides a flexible match based on HTTP headers, for potentially advanced use cases. At least one header should match. Avoid using header matches to make authorization decisions unless there is a strong guarantee that requests arrive through a trusted client or proxy.


@JvmName(name = "usxgmchceejoowck")
suspend fun httpHeaderMatch(argument: suspend HttpHeaderMatchArgsBuilder.() -> Unit)

Parameters

argument

Optional. Match against key:value pair in http header. Provides a flexible match based on HTTP headers, for potentially advanced use cases. At least one header should match. Avoid using header matches to make authorization decisions unless there is a strong guarantee that requests arrive through a trusted client or proxy.