Cloud.Service.AWS.Route53.Zone

Cloud.Service.AWS.Route53.Zone
Cloud.Service.AWS.Route53.Zone
JSON Example
{
    "comment": "string",
    "delegation_set_id": "string",
    "force_destroy": false,
    "name": "string",
    "name_servers": [
        "string"
    ],
    "provider": "string",
    "provider_region": "string",
    "vpc_id": "string",
    "vpc_region": "string",
    "zone_id": "string"
}
string
comment
Optional

Explanation about the hosted zone. Defaults to Managed by Cloud Assembly.

string
delegation_set_id
Optional

Reusable delegation set with name service records to assign to the hosted zone.

boolean
force_destroy
Optional

Whether to delete all records, possibly managed outside of Cloud Assembly.

string
name
Required

(Required) Name of the Route 53 hosted zone.

array of string
name_servers
Optional

List of name servers in the associated or default delegation set.

string
provider
Required

(Required) The name of the AWS cloud account to use for this resource

string
provider_region
Required

(Required) Target cloud region, such as us-east-1. Must be within the provider cloud account.

object
tags
Optional

Zone categorization, in case-sensitive key names, or in key-value pairs.

string
vpc_id
Optional

Virtual Private Cloud (VPC) to associate with a private hosted zone. Creates a private hosted zone.

string
vpc_region
Optional

VPC region name. Defaults to the region of the AWS provider.

string
zone_id
Optional

Hosted zone identifier that zone records can reference.