PrivateLinkServiceCreateRequest
PrivateLinkServiceCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| approval_type required | PrivateLink Service Approval Type Example : AUTO | enum (MANUAL, AUTO) | |
| connected_resource_id optional | Connected Resource ID Example : a3e3a662a4f34442a94166df5ff9f577 | string | |
| connected_resource_ip_address optional | Connected Resource IP Address Example : 192.167.0.10 | string | |
| connected_resource_type required | Connected Resource Type Example : LB | enum (LB, IP) | |
| description optional | Description Example : PrivateLink Service DescriptionMaximum length : 50 | string | |
| high_speed_transfer optional | High Speed Data Transfer Use Example : False | boolean | |
| name required | PrivateLink Service Name Example : ServiceNamePattern : ^[a-zA-Z0-9-]*$Minimum length : 3Maximum length : 20 | string | |
| security_group_ids optional | Security Group List Example : ['00b6af37-73b5-4de2-b080-c295a1a0382e'] | array[string] | |
| service_ip_address required | Service IP Address Example : 192.167.0.5 | string | |
| subnet_id required | Subnet Id Example : 023c57b14f11483689338d085e061492 | string | |
| tags optional | Tag List Example : [{'key': 'key', 'value': 'value'}] | array[Tag] |