VPCResponse

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

Definition of VPC

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val vpcId: 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: String? = null

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