PolicyManagedRulesExclusionExcludedRuleSetArgs

data class PolicyManagedRulesExclusionExcludedRuleSetArgs(val ruleGroups: Output<List<PolicyManagedRulesExclusionExcludedRuleSetRuleGroupArgs>>? = null, val type: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<PolicyManagedRulesExclusionExcludedRuleSetArgs>

Constructors

fun PolicyManagedRulesExclusionExcludedRuleSetArgs(ruleGroups: Output<List<PolicyManagedRulesExclusionExcludedRuleSetRuleGroupArgs>>? = null, type: Output<String>? = null, version: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard

One or more rule_group block defined below.

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

The rule set type. The only possible value is OWASP . Defaults to OWASP.

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

The rule set version. The only possible value is 3.2 . Defaults to 3.2.