Application Gateway Web Application Firewall Configuration Args
constructor(disabledRuleGroups: Output<List<ApplicationGatewayFirewallDisabledRuleGroupArgs>>? = null, enabled: Output<Boolean>, exclusions: Output<List<ApplicationGatewayFirewallExclusionArgs>>? = null, fileUploadLimitInMb: Output<Int>? = null, firewallMode: Output<Either<String, ApplicationGatewayFirewallMode>>, maxRequestBodySize: Output<Int>? = null, maxRequestBodySizeInKb: Output<Int>? = null, requestBodyCheck: Output<Boolean>? = null, ruleSetType: Output<String>, ruleSetVersion: Output<String>)