RuleGroupReferenceSetsArgs

data class RuleGroupReferenceSetsArgs(val ipSetReferences: Output<Map<String, RuleGroupIpSetReferenceArgs>>? = null) : ConvertibleToJava<RuleGroupReferenceSetsArgs>

Constructors

Link copied to clipboard
constructor(ipSetReferences: Output<Map<String, RuleGroupIpSetReferenceArgs>>? = null)

Properties

Link copied to clipboard

The IP set references to use in the stateful rule group.

Functions

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