ExclusionManagedRuleSetArgs

data class ExclusionManagedRuleSetArgs(val ruleGroups: Output<List<ExclusionManagedRuleGroupArgs>>? = null, val ruleSetType: Output<String>, val ruleSetVersion: Output<String>) : ConvertibleToJava<ExclusionManagedRuleSetArgs>

Defines a managed rule set for Exclusions.

Constructors

Link copied to clipboard
constructor(ruleGroups: Output<List<ExclusionManagedRuleGroupArgs>>? = null, ruleSetType: Output<String>, ruleSetVersion: Output<String>)

Properties

Link copied to clipboard

Defines the rule groups to apply to the rule set.

Link copied to clipboard
val ruleSetType: Output<String>

Defines the rule set type to use.

Link copied to clipboard
val ruleSetVersion: Output<String>

Defines the version of the rule set to use.

Functions

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