uriFragment

@JvmName(name = "hkddhvfldeghdwpo")
suspend fun uriFragment(value: Output<WebAclUriFragmentArgs>)
@JvmName(name = "lkhaibxkxhrgsuld")
suspend fun uriFragment(value: WebAclUriFragmentArgs?)

Parameters

value

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


@JvmName(name = "fymwyevsxtkwpawc")
suspend fun uriFragment(argument: suspend WebAclUriFragmentArgsBuilder.() -> Unit)

Parameters

argument

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