Show / Hide Table of Contents

Class PolicyCustomRuleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PolicyCustomRuleArgs
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.Azure.Waf.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PolicyCustomRuleArgs : ResourceArgs

Constructors

View Source

PolicyCustomRuleArgs()

Declaration
public PolicyCustomRuleArgs()

Properties

View Source

Action

Type of action.

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

MatchConditions

One or more match_conditions blocks as defined below.

Declaration
public InputList<PolicyCustomRuleMatchConditionArgs> MatchConditions { get; set; }
Property Value
Type Description
InputList<PolicyCustomRuleMatchConditionArgs>
View Source

Name

Gets name of the resource that is unique within a policy. This name can be used to access the resource.

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

Priority

Describes priority of the rule. Rules with a lower value will be evaluated before rules with a higher value.

Declaration
public Input<int> Priority { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

RuleType

Describes the type of rule.

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