Show / Hide Table of Contents

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 Source

Action

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
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 readonly int Priority
Field Value
Type Description
System.Int32
View Source

RuleId

The ID of a rule

Declaration
public readonly string RuleId
Field Value
Type Description
System.String
View Source

Type

The rule type, either REGULAR, RATE_BASED, or GROUP. Defaults to REGULAR.

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.