RuleGroupRuleGroupRuleVariablesIpSetArgs

data class RuleGroupRuleGroupRuleVariablesIpSetArgs(val ipSet: Output<RuleGroupRuleGroupRuleVariablesIpSetIpSetArgs>, val key: Output<String>) : ConvertibleToJava<RuleGroupRuleGroupRuleVariablesIpSetArgs>

Constructors

Link copied to clipboard
constructor(ipSet: Output<RuleGroupRuleGroupRuleVariablesIpSetIpSetArgs>, key: Output<String>)

Properties

Link copied to clipboard

A configuration block that defines a set of IP addresses. See IP Set below for details.

Link copied to clipboard
val key: Output<String>

A unique alphanumeric string to identify the ip_set.

Functions

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