AWS::Route53::HostedZone VPC - AWS CloudFormation

AWS::Route53::HostedZone VPC

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.

Note

For public hosted zones, omit VPCs, VPCId, and VPCRegion.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "VPCId" : String, "VPCRegion" : String }

YAML

VPCId: String VPCRegion: String

Properties

VPCId

Private hosted zones only: The ID of an Amazon VPC.

Note

For public hosted zones, omit VPCs, VPCId, and VPCRegion.

Required: Yes

Type: String

Update requires: No interruption

VPCRegion

Private hosted zones only: The region that an Amazon VPC was created in.

Note

For public hosted zones, omit VPCs, VPCId, and VPCRegion.

Required: Yes

Type: String

Allowed values: us-east-1 | us-east-2 | us-west-1 | us-west-2 | eu-west-1 | eu-west-2 | eu-west-3 | eu-central-1 | eu-central-2 | ap-east-1 | me-south-1 | us-gov-west-1 | us-gov-east-1 | us-iso-east-1 | us-iso-west-1 | us-isob-east-1 | me-central-1 | ap-southeast-1 | ap-southeast-2 | ap-southeast-3 | ap-south-1 | ap-south-2 | ap-northeast-1 | ap-northeast-2 | ap-northeast-3 | eu-north-1 | sa-east-1 | ca-central-1 | cn-north-1 | af-south-1 | eu-south-1 | eu-south-2 | ap-southeast-4 | il-central-1 | ca-west-1

Update requires: No interruption

See also