ZoneVpc

data class ZoneVpc(val vpcId: String, val vpcRegion: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ID of the VPC to associate.

Link copied to clipboard
val vpcRegion: String? = null

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