AWSWAFClassicActivatedRule
No description
type AWSWAFClassicActivatedRule {
metadata: ResourceMetadata!
priority: Int!
id: String!
action: AWSWAFClassicRuleAction
excludedRules: [AWSWAFClassicExcludedRule!]!
overrideAction: AWSWAFClassicOverrideAction
type: AWSWAFClassicRuleType!
scopeType: AWSWAFScopeType!
}
Fields
AWSWAFClassicActivatedRule.metadata ● ResourceMetadata! non-null object
The metadata to identify the resource in Shisho Cloud
AWSWAFClassicActivatedRule.priority ● Int! non-null scalar
The order in which the Rules in a WebACL are evaluated
AWSWAFClassicActivatedRule.id ● String! non-null scalar
The Id for a Rule
AWSWAFClassicActivatedRule.action ● AWSWAFClassicRuleAction object
The action that CloudFront or AWS WAF takes when a web request matches the conditions in the Rule
AWSWAFClassicActivatedRule.excludedRules ● [AWSWAFClassicExcludedRule!]! non-null object
An array of rules to exclude from a rule group
AWSWAFClassicActivatedRule.overrideAction ● AWSWAFClassicOverrideAction object
Use the OverrideAction to test your RuleGroup
AWSWAFClassicActivatedRule.type ● AWSWAFClassicRuleType! non-null enum
The rule type, either REGULAR, as defined by Rule, RATE_BASED, as defined by RateBasedRule, or GROUP, as defined by RuleGroup
AWSWAFClassicActivatedRule.scopeType ● AWSWAFScopeType! non-null enum
The type of WAF Classic
Member of
AWSWAFClassicRuleGroup object