Show / Hide Table of Contents

Class WafGroupState

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

Constructors

View Source

WafGroupState()

Declaration
public WafGroupState()

Properties

View Source

GroupId

The WAF Rule Group ID.

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

Mode

The mode of the group, can be one of ["on", "off"].

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

Declaration
public Input<string> PackageId { 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.