Show / Hide Table of Contents

Class RuleGroupActivatedRuleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RuleGroupActivatedRuleArgs
Inherited Members
ResourceArgs.Empty
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 Source

RuleGroupActivatedRuleArgs()

Declaration
public RuleGroupActivatedRuleArgs()

Properties

View Source

Action

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>
View Source

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>
View Source

RuleId

The ID of a rule

Declaration
public Input<string> RuleId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.