ApplicationGatewayWafConfigurationArgs

constructor(disabledRuleGroups: Output<List<ApplicationGatewayWafConfigurationDisabledRuleGroupArgs>>? = null, enabled: Output<Boolean>, exclusions: Output<List<ApplicationGatewayWafConfigurationExclusionArgs>>? = null, fileUploadLimitMb: Output<Int>? = null, firewallMode: Output<String>, maxRequestBodySizeKb: Output<Int>? = null, requestBodyCheck: Output<Boolean>? = null, ruleSetType: Output<String>? = null, ruleSetVersion: Output<String>)