ZoneAttachmentVpcArgs

data class ZoneAttachmentVpcArgs(val regionId: Output<String>? = null, val vpcId: Output<String>) : ConvertibleToJava<ZoneAttachmentVpcArgs>

Constructors

Link copied to clipboard
constructor(regionId: Output<String>? = null, vpcId: Output<String>)

Properties

Link copied to clipboard
val regionId: Output<String>? = null

The region of the vpc. If not set, the current region will instead of.

Link copied to clipboard
val vpcId: Output<String>

The Id of the vpc.

Functions

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