cookies

@JvmName(name = "udodslakjyypyjsm")
suspend fun cookies(value: Output<WebAclCookiesArgs>)
@JvmName(name = "hntapivscqtlfnif")
suspend fun cookies(value: WebAclCookiesArgs?)

Parameters

value

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


@JvmName(name = "eknaypxqmdtxsadm")
suspend fun cookies(argument: suspend WebAclCookiesArgsBuilder.() -> Unit)

Parameters

argument

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