AWSWAFWebACLCookiesMatchPattern
No description
type AWSWAFWebACLCookiesMatchPattern {
excludedCookies: [String!]!
includedCookies: [String!]!
}
Fields
AWSWAFWebACLCookiesMatchPattern.excludedCookies
● [String!]!
non-null scalar
Inspect only the cookies whose keys don't match any of the strings specified here
AWSWAFWebACLCookiesMatchPattern.includedCookies
● [String!]!
non-null scalar
Inspect only the cookies that have a key that matches one of the strings specified here
Member of
AWSWAFWebACLCookies
object