Class RuleGroupActivatedRule
Inheritance
System.Object
RuleGroupActivatedRule
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.WafRegional.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RuleGroupActivatedRule
Fields
View SourceAction
Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the rule.
Declaration
public readonly RuleGroupActivatedRuleAction Action
Field Value
| Type | Description |
|---|---|
| RuleGroupActivatedRuleAction |
Priority
Specifies the order in which the rules are evaluated. Rules with a lower value are evaluated before rules with a higher value.
Declaration
public readonly int Priority
Field Value
| Type | Description |
|---|---|
| System.Int32 |
RuleId
The ID of a rule
Declaration
public readonly string RuleId
Field Value
| Type | Description |
|---|---|
| System.String |
Type
The rule type, either REGULAR, RATE_BASED, or GROUP. Defaults to REGULAR.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |