RuleGroupRuleVariablesArgs

data class RuleGroupRuleVariablesArgs(val ipSets: Output<Any>? = null, val portSets: Output<Any>? = null) : ConvertibleToJava<RuleGroupRuleVariablesArgs>

Constructors

Link copied to clipboard
fun RuleGroupRuleVariablesArgs(ipSets: Output<Any>? = null, portSets: Output<Any>? = null)

Functions

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

Properties

Link copied to clipboard
val ipSets: Output<Any>? = null
Link copied to clipboard
val portSets: Output<Any>? = null