RuleGroupRuleVariablesArgs

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)

Properties

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

A list of IP addresses and address ranges, in CIDR notation.

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

A list of port ranges.

Functions

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