PrivateDnsCreateRequest
PrivateDnsCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| connected_vpc_ids optional | 이 프라이빗 DNS에 연결된 VPC ID 목록입니다. DNS에 연결된 VPC만 등록된 도메인 정보를 조회할 수 있습니다. Example : ['1234567890abcdef1234567890abcdef', 'fedcba0987654321fedcba0987654321'] | array[string] | |
| description optional | 설명 Example : This is description | any of [string, null] | |
| name required | Private DNS 이름 Example : private-dns01Pattern : ^[a-zA-Z0-9-]*$Minimum length : 3Maximum length : 20 | string | |
| tags optional | 태그 목록 Example : [{'key': 'env', 'value': 'prod'}] | any of [array[Tag], null] |