ExclusionManagedRuleGroupArgs

data class ExclusionManagedRuleGroupArgs(val ruleGroupName: Output<String>, val rules: Output<List<ExclusionManagedRuleArgs>>? = null) : ConvertibleToJava<ExclusionManagedRuleGroupArgs>

Defines a managed rule group to use for exclusion.

Constructors

Link copied to clipboard
constructor(ruleGroupName: Output<String>, rules: Output<List<ExclusionManagedRuleArgs>>? = null)

Properties

Link copied to clipboard
val ruleGroupName: Output<String>

The managed rule group for exclusion.

Link copied to clipboard
val rules: Output<List<ExclusionManagedRuleArgs>>? = null

List of rules that will be excluded. If none specified, all rules in the group will be excluded.

Functions

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