Class RuleGroupActivatedRuleArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RuleGroupActivatedRuleArgs : ResourceArgs
Constructors
View SourceRuleGroupActivatedRuleArgs()
Declaration
public RuleGroupActivatedRuleArgs()
Properties
View SourceAction
Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the rule.
Declaration
public Input<RuleGroupActivatedRuleActionArgs> Action { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<RuleGroupActivatedRuleActionArgs> |
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 Input<int> Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
RuleId
The ID of a rule
Declaration
public Input<string> RuleId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
The rule type, either REGULAR, RATE_BASED, or GROUP. Defaults to REGULAR.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |