Rule Group Rule Group Args
data class RuleGroupRuleGroupArgs(val referenceSets: Output<RuleGroupRuleGroupReferenceSetsArgs>? = null, val ruleVariables: Output<RuleGroupRuleGroupRuleVariablesArgs>? = null, val rulesSource: Output<RuleGroupRuleGroupRulesSourceArgs>, val statefulRuleOptions: Output<RuleGroupRuleGroupStatefulRuleOptionsArgs>? = null) : ConvertibleToJava<RuleGroupRuleGroupArgs>
Constructors
Link copied to clipboard
fun RuleGroupRuleGroupArgs(referenceSets: Output<RuleGroupRuleGroupReferenceSetsArgs>? = null, ruleVariables: Output<RuleGroupRuleGroupRuleVariablesArgs>? = null, rulesSource: Output<RuleGroupRuleGroupRulesSourceArgs>, statefulRuleOptions: Output<RuleGroupRuleGroupStatefulRuleOptionsArgs>? = null)
Functions
Properties
Link copied to clipboard
A configuration block that defines the IP Set References for the rule group. See Reference Sets below for details. Please notes that there can only be a maximum of 5 reference_sets
in a rule_group
. See the AWS documentation for details.