HostedZoneV1Dot3
HostedZoneV1Dot3
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | Created At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | Created By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description required | Description Example : This is description | any of [string, null] | |
| hosted_zone_type optional | The type of the hosted zone (e.g., public or private). Example : public | enum (public, private) | |
| id required | The unique identifier of the hosted zone. Example : 3432012nfdksdf03ktrld9234lgfg | string | |
| modified_at required | Modified At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | Modified By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| 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.com | string | |
| pool_id required | The resource pool identifier associated with the hosted zone. Example : 12345678-90ab-cdef-1234-567890abcdef | 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] | |
| private_dns_name optional | The DNS server name for registering a Hosted Zone.For a Public‑type Hosted Zone, display it as an empty value. Example : private-dns01 | any of [string, null] | |
| status required | State Example : CREATING | enum (CREATING, EDITING, ACTIVE, DELETING, DELETED, ERROR, PENDING, UNKNOWN) | |
| ttl optional | The Time-To-Live (TTL) value in seconds for DNS records in this zone. Example : 3600 | any of [integer, null] |