1.1
1.1
scpcli vpc vpc-endpoint create
--vpc_id <value>
--subnet_id <value>
--resource_type <value>
--resource_key <value>
--resource_info <value>
--name <value>
--endpoint_ip_address <value>
[--description <value>]
[--tags <value>]
Description
VPC Endpoint 를 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_id required | string | VPC ID | - |
| subnet_id required | string | Subnet ID | - |
| resource_type required | string | VPC Endpoint 자원 타입 | - |
| resource_key required | string | VPC Endpoint Resource Key | - |
| resource_info required | string | VPC Endpoint Resource Key 정보 | - |
| name required | string | VPC Endpoint 명 | - |
| endpoint_ip_address required | string | VPC Endpoint IP 주소 | - |
| description optional | string | 설명 | - |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | VPC Endpoint ID | |
| account_id | Account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| endpoint_ip_address | VPC Endpoint IP 주소 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Endpoint 명 | |
| resource_info | VPC Endpoint Resource Key 정보 | |
| resource_key | VPC Endpoint Resource Key | |
| resource_type | VPC Endpoint 자원 타입 | |
| state | VPC Endpoint 상태 | |
| subnet_id | Subnet ID | |
| subnet_name | Subnet 명 | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |