Show / Hide Table of Contents

Class WafRuleState

Inheritance
System.Object
InputArgs
ResourceArgs
WafRuleState
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.Cloudflare
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class WafRuleState : ResourceArgs

Constructors

View Source

WafRuleState()

Declaration
public WafRuleState()

Properties

View Source

GroupId

The ID of the WAF Rule Group that contains the rule.

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

Mode

The mode of the rule, can be one of ["block", "challenge", "default", "disable", "simulate"].

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

PackageId

The ID of the WAF Rule Package that contains the rule.

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

RuleId

The WAF Rule ID.

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

ZoneId

The DNS zone ID to apply to.

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