Show / Hide Table of Contents

Class ApplicationGatewayWafConfiguration

Inheritance
System.Object
ApplicationGatewayWafConfiguration
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.Azure.Network.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayWafConfiguration

Fields

View Source

DisabledRuleGroups

one or more disabled_rule_group blocks as defined below.

Declaration
public readonly ImmutableArray<ApplicationGatewayWafConfigurationDisabledRuleGroup> DisabledRuleGroups
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<ApplicationGatewayWafConfigurationDisabledRuleGroup>
View Source

Enabled

Is the Web Application Firewall be enabled?

Declaration
public readonly bool Enabled
Field Value
Type Description
System.Boolean
View Source

Exclusions

one or more exclusion blocks as defined below.

Declaration
public readonly ImmutableArray<ApplicationGatewayWafConfigurationExclusion> Exclusions
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<ApplicationGatewayWafConfigurationExclusion>
View Source

FileUploadLimitMb

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

Declaration
public readonly int? FileUploadLimitMb
Field Value
Type Description
System.Nullable<System.Int32>
View Source

FirewallMode

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

Declaration
public readonly string FirewallMode
Field Value
Type Description
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 readonly int? MaxRequestBodySizeKb
Field Value
Type Description
System.Nullable<System.Int32>
View Source

RequestBodyCheck

Is Request Body Inspection enabled? Defaults to true.

Declaration
public readonly bool? RequestBodyCheck
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

RuleSetType

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

Declaration
public readonly string RuleSetType
Field Value
Type Description
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 readonly string RuleSetVersion
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.