Show / Hide Table of Contents

Class WebAclRuleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
WebAclRuleArgs
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 WebAclRuleArgs : ResourceArgs

Constructors

View Source

WebAclRuleArgs()

Declaration
public WebAclRuleArgs()

Properties

View Source

Action

Configuration block of the action that CloudFront or AWS WAF takes when a web request matches the conditions in the rule. Not used if type is GROUP. Detailed below.

Declaration
public Input<WebAclRuleActionArgs> Action { get; set; }
Property Value
Type Description
Input<WebAclRuleActionArgs>
View Source

OverrideAction

Configuration block of the override the action that a group requests CloudFront or AWS WAF takes when a web request matches the conditions in the rule. Only used if type is GROUP. Detailed below.

Declaration
public Input<WebAclRuleOverrideActionArgs> OverrideAction { get; set; }
Property Value
Type Description
Input<WebAclRuleOverrideActionArgs>
View Source

Priority

Specifies the order in which the rules in a WebACL 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

ID of the associated WAF (Regional) rule (e.g. aws.wafregional.Rule). WAF (Global) rules cannot be used.

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

Type

Specifies how you want AWS WAF Regional to respond to requests that match the settings in a rule. e.g. ALLOW, BLOCK or COUNT

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.