Class WafRuleArgs
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.Cloudflare
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class WafRuleArgs : ResourceArgs
Constructors
View SourceWafRuleArgs()
Declaration
public WafRuleArgs()
Properties
View SourceMode
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> |
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> |
RuleId
The WAF Rule ID.
Declaration
public Input<string> RuleId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ZoneId
The DNS zone ID to apply to.
Declaration
public Input<string> ZoneId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |