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
constructor(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)

Properties

Link copied to clipboard

Rules in the referenced rule group whose actions are set to Count .

Link copied to clipboard

Collection of ManagedRuleGroupConfig.

Link copied to clipboard
val name: Output<String>

The name of the managed rule group. You use this, along with the vendor name, to identify the rule group.

Link copied to clipboard

Action overrides for rules in the rule group.

Link copied to clipboard

An optional nested statement that narrows the scope of the web requests that are evaluated by the managed rule group. Requests are only evaluated by the rule group if they match the scope-down statement. You can use any nestable Statement in the scope-down statement, and you can nest statements at any level, the same as you can for a rule statement.

Link copied to clipboard
val vendorName: Output<String>

The name of the managed rule group vendor. You use this, along with the rule group name, to identify a rule group.

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

The version of the managed rule group to use. If you specify this, the version setting is fixed until you change it. If you don't specify this, AWS WAF uses the vendor's default version, and then keeps the version at the vendor's default when the vendor updates the managed rule group settings.

Functions

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