Managed Rule Set Args
data class ManagedRuleSetArgs(val anomalyScore: Output<Int>? = null, val ruleGroupOverrides: Output<List<ManagedRuleGroupOverrideArgs>>? = null, val ruleSetType: Output<String>, val ruleSetVersion: Output<String>) : ConvertibleToJava<ManagedRuleSetArgs>
Defines a managed rule set.
Constructors
Link copied to clipboard
constructor(anomalyScore: Output<Int>? = null, ruleGroupOverrides: Output<List<ManagedRuleGroupOverrideArgs>>? = null, ruleSetType: Output<String>, ruleSetVersion: Output<String>)
Properties
Link copied to clipboard
Verizon only : If the rule set supports anomaly detection mode, this describes the threshold for blocking requests.
Link copied to clipboard
Defines the rule overrides to apply to the rule set.
Link copied to clipboard
Defines the rule set type to use.
Link copied to clipboard
Defines the version of the rule set to use.