1.1
1.1
scpcli vpc privatelink-endpoint create
--subnet_id <value>
--name <value>
--endpoint_ip_address <value>
[--description <value>]
[--privatelink_service_id <value>]
[--security_group_ids <value>]
[--tags <value>]
Description
PrivateLink Endpoint 생성
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| subnet_id required | string | Subnet ID | - |
| name required | string | PrivateLink Endpoint 명 | - |
| endpoint_ip_address required | string | Endpoint IP 주소 | - |
| description optional | string | 설명 | - |
| privatelink_service_id optional | string | PrivateLink Service ID | - |
| security_group_ids optional | array | Security Group 목록 | - |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | PrivateLink Endpoint ID | |
| account_id | Account ID | |
| approval_type | PrivateLink Service 승인 타입 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| endpoint_ip_address | Endpoint IP 주소 | |
| endpoint_ip_port_id | Endpoint IP Port ID | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | PrivateLink Endpoint 명 | |
| privatelink_service_id | PrivateLink Service ID | |
| security_group_ids | Security Group 목록 | |
| state | PrivateLink Endpoint 상태 | |
| subnet_id | Subnet ID | |
| vpc_id | VPC ID |