HostedZoneV1Dot3
HostedZoneV1Dot3
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description required | 설명 Example : This is description | any of [string, null] | |
| hosted_zone_type optional | 호스티드 존 유형 Example : public | enum (public, private) | |
| id required | 호스티드 존 ID Example : 3432012nfdksdf03ktrld9234lgfg | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | 호스티드 존 이름 Example : my-zone.com | string | |
| pool_id required | 풀 ID 지정 Example : 10fjksdpooliddfsi12389esfdslkdsr32 | string | |
| private_dns_id optional | 프라이빗 DNS ID Example : 10fjkewefprivatedns3193rud543 | any of [string, null] | |
| private_dns_name optional | 프라이빗 DNS 이름 Example : private-dns01 | any of [string, null] | |
| status required | 상태 Example : CREATING | enum (CREATING, EDITING, ACTIVE, DELETING, DELETED, ERROR, PENDING, UNKNOWN) | |
| ttl optional | 존의 TTL. Example : 3600 | any of [integer, null] |