Rule Group Rule Variables Args
data class RuleGroupRuleVariablesArgs(val ipSets: Output<Map<String, RuleGroupIpSetArgs>>? = null, val portSets: Output<Map<String, RuleGroupPortSetArgs>>? = null) : ConvertibleToJava<RuleGroupRuleVariablesArgs>
Constructors
Link copied to clipboard
constructor(ipSets: Output<Map<String, RuleGroupIpSetArgs>>? = null, portSets: Output<Map<String, RuleGroupPortSetArgs>>? = null)