ZoneVpcArgs

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

Constructors

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

Properties

Link copied to clipboard
val vpcId: Output<String>

ID of the VPC to associate.

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

Region of the VPC to associate. Defaults to AWS provider region.

Functions

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