Web Acl Managed Rule Group Statement Args
data class WebAclManagedRuleGroupStatementArgs(val excludedRules: Output<List<WebAclExcludedRuleArgs>>? = null, val managedRuleGroupConfigs: Output<List<WebAclManagedRuleGroupConfigArgs>>? = null, val name: Output<String>, val ruleActionOverrides: Output<List<WebAclRuleActionOverrideArgs>>? = null, val scopeDownStatement: Output<WebAclStatementArgs>? = null, val vendorName: Output<String>, val version: Output<String>? = null) : ConvertibleToJava<WebAclManagedRuleGroupStatementArgs>
Constructors
Link copied to clipboard
fun WebAclManagedRuleGroupStatementArgs(excludedRules: Output<List<WebAclExcludedRuleArgs>>? = null, managedRuleGroupConfigs: Output<List<WebAclManagedRuleGroupConfigArgs>>? = null, name: Output<String>, ruleActionOverrides: Output<List<WebAclRuleActionOverrideArgs>>? = null, scopeDownStatement: Output<WebAclStatementArgs>? = null, vendorName: Output<String>, version: Output<String>? = null)