aws::route53-hosted-zone

Creates a Hosted Zone.

Example

aws::route53-hosted-zone hosted-zone-example
    name: "hosted-zone-example.com"
    vpcs: [
        $(aws::vpc vpc-hosted-zone-example)
    ]
    comment: "hosted-zone-example.comment modified"
end

Attributes

Attribute Description
delegation-set-id The ID of a delegation set.
comment Comment for the Hosted Zone.
name The name of the Hosted Zone.
vpcs set subresource A set of Vpcs to be associated with the Hosted Zone. If no vpc is associated, the hosted zone becomes a public zone and vpc’s cannot be associated later. If one or vpc is provided then hosted zone becomes private zone, and vpc’s cannot be emptied.

Outputs

Attribute Description
id The ID of the Hosted Zone.
resource-record-set-count The record count of the Hosted Zone.
description The description of a linked service to the Hosted Zone.
service-principal The service principal of the Hosted Zone.
private-zone Is the Hosted Zone private.