headers

@JvmName(name = "eklqqaufwjvfxons")
suspend fun headers(value: Output<WebAclHeadersArgs>)
@JvmName(name = "tbuwoelkqapdniim")
suspend fun headers(value: WebAclHeadersArgs?)

Parameters

value

Inspect the request headers. You must configure scope and pattern matching filters in the Headers object, to define the set of headers to and the parts of the headers that AWS WAF inspects. Only the first 8 KB (8192 bytes) of a request's headers and only the first 200 headers are forwarded to AWS WAF for inspection by the underlying host service. You must configure how to handle any oversize header content in the Headers object. AWS WAF applies the pattern matching filters to the headers that it receives from the underlying host service.


@JvmName(name = "wcfuhcosjunqhdjx")
suspend fun headers(argument: suspend WebAclHeadersArgsBuilder.() -> Unit)

Parameters

argument

Inspect the request headers. You must configure scope and pattern matching filters in the Headers object, to define the set of headers to and the parts of the headers that AWS WAF inspects. Only the first 8 KB (8192 bytes) of a request's headers and only the first 200 headers are forwarded to AWS WAF for inspection by the underlying host service. You must configure how to handle any oversize header content in the Headers object. AWS WAF applies the pattern matching filters to the headers that it receives from the underlying host service.