ReferenceSetsArgs

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

Definition of ReferenceSets

Constructors

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

Properties

Link copied to clipboard

Property ipSetReferences

Functions

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