HostedZoneCreateRequestV1Dot3
HostedZoneCreateRequestV1Dot3
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | Description Example : This is description | any of [string, null] | |
| name required | The domain name that a DNS service manages. all DNS records for that domain and its sub‑domains are stored and served within this hosted zone. Example : my-zone.comMinimum length : 2Maximum length : 69 | string | |
| private_dns_id optional | The DNS server ID for registering a Hosted Zone.For a Public‑type Hosted Zone, display it as an empty value. Example : fedcba9876543210fedcba9876543210 | any of [string, null] | |
| tags optional | Tag List | array[Tag] | |
| type required | The type of the hosted zone (e.g., public or private). Example : private | enum (public, private) |