Show / Hide Table of Contents

Class WafPackageState

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

Constructors

View Source

WafPackageState()

Declaration
public WafPackageState()

Properties

View Source

ActionMode

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>
View Source

PackageId

The WAF Package ID.

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

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>
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.