HostedZoneVpc

data class HostedZoneVpc(val vpcId: String, val vpcRegion: String)

Private hosted zones only: A complex type that contains information about an Amazon VPC. Route 53 Resolver uses the records in the private hosted zone to route traffic in that VPC. For public hosted zones, omit `VPCs`, `VPCId`, and `VPCRegion`.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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