RuleVariablesArgs

data class RuleVariablesArgs(val ipSets: Output<Map<String, IPSetArgs>>? = null, val portSets: Output<Map<String, PortSetArgs>>? = null) : ConvertibleToJava<RuleVariablesArgs>

Definition of RuleVariables

Constructors

Link copied to clipboard
constructor(ipSets: Output<Map<String, IPSetArgs>>? = null, portSets: Output<Map<String, PortSetArgs>>? = null)

Properties

Link copied to clipboard
val ipSets: Output<Map<String, IPSetArgs>>? = null

Property ipSets

Link copied to clipboard
val portSets: Output<Map<String, PortSetArgs>>? = null

Property portSets

Functions

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