HostedZoneVpc

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

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.

Constructors

Link copied to clipboard
fun HostedZoneVpc(vpcId: String, vpcRegion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of an Amazon VPC.

Link copied to clipboard

The region that an Amazon VPC was created in. See https://docs.aws.amazon.com/general/latest/gr/rande.html for a list of up to date regions.