Class ApplicationGatewayWafConfigurationArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayWafConfigurationArgs : ResourceArgs
Constructors
View SourceApplicationGatewayWafConfigurationArgs()
Declaration
public ApplicationGatewayWafConfigurationArgs()
Properties
View SourceDisabledRuleGroups
one or more disabled_rule_group blocks as defined below.
Declaration
public InputList<ApplicationGatewayWafConfigurationDisabledRuleGroupArgs> DisabledRuleGroups { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ApplicationGatewayWafConfigurationDisabledRuleGroupArgs> |
Enabled
Is the Web Application Firewall be enabled?
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Exclusions
one or more exclusion blocks as defined below.
Declaration
public InputList<ApplicationGatewayWafConfigurationExclusionArgs> Exclusions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ApplicationGatewayWafConfigurationExclusionArgs> |
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> |
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> |
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> |
RequestBodyCheck
Is Request Body Inspection enabled? Defaults to true.
Declaration
public Input<bool> RequestBodyCheck { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |
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> |