PrivateDns
PrivateDns
| Name | Description | Schema | Default |
|---|---|---|---|
| auth_dns_name required | The authoritative DNS name of the private DNS. Example : authdns-a1b2c3d4e5f6789012345678abcdef90 | any of [string, null] | |
| connected_vpc_ids optional | The list of VPC identifiers connected to this private DNS.Only VPCs that are connected to the DNS can query the domain information registered in it. Example : ['1234567890abcdef1234567890abcdef', 'fedcba0987654321fedcba0987654321'] | array[string] | |
| 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] | |
| id required | The unique identifier of the private DNS. Example : fedcba9876543210fedcba9876543210 | 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 name of the private DNS. Example : private-dns01 | string | |
| pool_id required | The resource pool identifier associated with the private DNS. Example : 12345678-90ab-cdef-1234-567890abcdef | any of [string, null] | |
| pool_name required | The name of the resource pool. Example : private01-a1b2c3d4e5f6789012345678abcdef90 | any of [string, null] | |
| registered_region required | The region where the private DNS is registered. Example : KR-WEST1 | any of [string, null] | |
| resolver_ip required | The IP address of the DNS resolver. Example : 198.19.0.101 | any of [string, null] | |
| resolver_name required | The name of the DNS resolver. Example : resolver-a1b2c3d4e5f6789012345678abcdef90 | any of [string, null] | |
| state required | State Example : ACTIVE | enum (CREATING, EDITING, ACTIVE, ACTIVATING, INACTIVE, DELETING, DELETED, ERROR, PENDING) |