Class WafPackageArgs
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 WafPackageArgs : ResourceArgs
Constructors
View SourceWafPackageArgs()
Declaration
public WafPackageArgs()
Properties
View SourceActionMode
The action mode of the package, can be one of ["block", "challenge", "simulate"].
Declaration
public Input<string> ActionMode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PackageId
The WAF Package ID.
Declaration
public Input<string> PackageId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Sensitivity
The sensitivity of the package, can be one of ["high", "medium", "low", "off"].
Declaration
public Input<string> Sensitivity { 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> |