VPCArgs

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

Definition of VPC

Constructors

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

Properties

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

Private hosted zones only: The ID of an Amazon VPC. For public hosted zones, omit `VPCs`, `VPCId`, and `VPCRegion`.

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

Private hosted zones only: The region that an Amazon VPC was created in. For public hosted zones, omit `VPCs`, `VPCId`, and `VPCRegion`.

Functions

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