Cloud.Service.AWS.Route53.Zone
{
"account": "string",
"comment": "string",
"count": 0,
"delegation_set_id": "string",
"force_destroy": false,
"name": "string",
"name_servers": [
"string"
],
"region": "string",
"vpc": [
{
"vpc_id": "string",
"vpc_region": "string"
}
],
"vpc_id": "string",
"vpc_region": "string",
"zone_id": "string"
}
(Required) The name of the AWS cloud account to use for this resource
Explanation about the hosted zone. Defaults to 'Managed by the application'.
The number of resource instances to be created.
Reusable delegation set with name service records to assign to the hosted zone.
Whether to delete all records, possibly managed outside of the application.
(Required) Name of the Route 53 hosted zone.
List of name servers in the associated or default delegation set.
(Required) Target cloud region, such as us-east-1. Must be within the provider cloud account.
Zone categorization, in case-sensitive key names, or in key-value pairs.
Settings for a Virtual Private Cloud (VPC) for this Route 53 hosted zone. Creates a private hosted zone.
The Vpc Id property for this resource
VPC region name. Defaults to the region of the AWS provider.
Hosted zone identifier that zone records can reference.