PrivateLinkServiceCreateRequest
PrivateLinkServiceCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| approval_type required | PrivateLink Service Approval Type Example : MANUAL | enum (MANUAL, AUTO) | |
| connected_resource_id optional | Connected Resource ID Example : | string | |
| connected_resource_ip_address optional | Connected Resource IP Address Example : | string | |
| connected_resource_type required | Connected Resource Type Example : LB | enum (LB, IP) | |
| description optional | Description Example : Maximum length : 50 | string | |
| high_speed_transfer optional | High Speed Data Transfer Use Example : False | boolean | |
| name required | PrivateLink Service Name Example : Pattern : ^[a-zA-Z0-9-]*$Minimum length : 3Maximum length : 20 | string | |
| security_group_ids optional | Security Group List | array[string] | |
| service_ip_address required | Service IP Address Example : | string | |
| subnet_id required | Subnet Id Example : | string | |
| tags optional | Tag List | array[Tag] |