メインコンテンツまでスキップ

AWSWAFWebACLFilter

No description

type AWSWAFWebACLFilter {
behavior: AWSWAFWebACLFilterBehaviorType!
conditions: [AWSWAFWebACLCondition!]!
requirement: AWSWAFWebACLFilterRequirementType!
}

Fields

AWSWAFWebACLFilter.behavior ● AWSWAFWebACLFilterBehaviorType! non-null enum

How to handle logs that satisfy the filter's conditions and requirement

AWSWAFWebACLFilter.conditions ● [AWSWAFWebACLCondition!]! non-null object

Match conditions for the filter

AWSWAFWebACLFilter.requirement ● AWSWAFWebACLFilterRequirementType! non-null enum

Logic to apply to the filtering conditions

Member of

AWSWAFWebACLLoggingFilter object