WebAclManagedRuleGroupStatementArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): WebAclManagedRuleGroupStatementArgs

Properties

Link copied to clipboard
Link copied to clipboard

Collection of ManagedRuleGroupConfig.

Link copied to clipboard
val name: Output<String>
Link copied to clipboard

Action overrides for rules in the rule group.

Link copied to clipboard
Link copied to clipboard
val vendorName: Output<String>
Link copied to clipboard
val version: Output<String>? = null