Show / Hide Table of Contents

Class ApplicationGatewayWafConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ApplicationGatewayWafConfigurationArgs
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.Azure.Network.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayWafConfigurationArgs : ResourceArgs

Constructors

View Source

ApplicationGatewayWafConfigurationArgs()

Declaration
public ApplicationGatewayWafConfigurationArgs()

Properties

View Source

DisabledRuleGroups

one or more disabled_rule_group blocks as defined below.

Declaration
public InputList<ApplicationGatewayWafConfigurationDisabledRuleGroupArgs> DisabledRuleGroups { get; set; }
Property Value
Type Description
InputList<ApplicationGatewayWafConfigurationDisabledRuleGroupArgs>
View Source

Enabled

Is the Web Application Firewall be enabled?

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Exclusions

one or more exclusion blocks as defined below.

Declaration
public InputList<ApplicationGatewayWafConfigurationExclusionArgs> Exclusions { get; set; }
Property Value
Type Description
InputList<ApplicationGatewayWafConfigurationExclusionArgs>
View Source

FileUploadLimitMb

The File Upload Limit in MB. Accepted values are in the range 1MB to 500MB. Defaults to 100MB.

Declaration
public Input<int> FileUploadLimitMb { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

FirewallMode

The Web Application Firewall Mode. Possible values are Detection and Prevention.

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

MaxRequestBodySizeKb

The Maximum Request Body Size in KB. Accepted values are in the range 1KB to 128KB. Defaults to 128KB.

Declaration
public Input<int> MaxRequestBodySizeKb { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

RequestBodyCheck

Is Request Body Inspection enabled? Defaults to true.

Declaration
public Input<bool> RequestBodyCheck { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

RuleSetType

The Type of the Rule Set used for this Web Application Firewall. Currently, only OWASP is supported.

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

RuleSetVersion

The Version of the Rule Set used for this Web Application Firewall. Possible values are 2.2.9, 3.0, and 3.1.

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