AWSWAFWebACLHeadersMatchPattern
No description
type AWSWAFWebACLHeadersMatchPattern {
excludedHeaders: [String!]!
includedHeaders: [String!]!
}
Fields
AWSWAFWebACLHeadersMatchPattern.excludedHeaders ● [String!]! non-null scalar
Inspect only the headers whose keys don't match any of the strings specified here
AWSWAFWebACLHeadersMatchPattern.includedHeaders ● [String!]! non-null scalar
Inspect only the headers that have a key that matches one of the strings specified here
Member of
AWSWAFWebACLHeaders object