AWSWAFClassicWebACLActivatedRule
No description
type AWSWAFClassicWebACLActivatedRule {
priority: Int!
id: String!
action: AWSWAFClassicWebACLAction
excludedRules: [AWSWAFClassicWebACLExcludedRule!]!
overrideAction: AWSWAFClassicWebACLOverrideAction
type: AWSWAFClassicWebACLRuleType!
}
Fields
AWSWAFClassicWebACLActivatedRule.priority ● Int! non-null scalar
The order in which the Rules in a WebACL are evaluated
AWSWAFClassicWebACLActivatedRule.id ● String! non-null scalar
The Id for a Rule
AWSWAFClassicWebACLActivatedRule.action ● AWSWAFClassicWebACLAction object
Indicates the action that CloudFront or AWS WAF takes when a web request matches the conditions in the Rule
AWSWAFClassicWebACLActivatedRule.excludedRules ● [AWSWAFClassicWebACLExcludedRule!]! non-null object
An array of rules to exclude from a rule group
AWSWAFClassicWebACLActivatedRule.overrideAction ● AWSWAFClassicWebACLOverrideAction object
Use the OverrideAction to test your RuleGroup
AWSWAFClassicWebACLActivatedRule.type ● AWSWAFClassicWebACLRuleType! non-null enum
The rule type
Member of
AWSWAFClassicWebACL object