PrivateDnsCreateRequest
PrivateDnsCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| 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] | |
| description optional | Description Example : This is description | any of [string, null] | |
| name required | The name of the private DNS. Example : private-dns01Pattern : ^[a-zA-Z0-9-]*$Minimum length : 3Maximum length : 20 | string | |
| tags optional | Tag List Example : [{'key': 'env', 'value': 'prod'}] | any of [array[Tag], null] |