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
Create VPC Endpoint.
State ACTIVE (CURRENT)
| Version | Supported Until |
|---|---|
| 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 Type | - |
| resource_key required | string | VPC Endpoint Resource Key | - |
| resource_info required | string | VPC Endpoint Resource Key Info | - |
| name required | string | VPC Endpoint Name | - |
| endpoint_ip_address required | string | VPC Endpoint IP Address | - |
| description optional | string | Description | - |
| tags optional | array | Tag List | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | VPC Endpoint ID | |
| account_id | Account ID | |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Description | |
| endpoint_ip_address | VPC Endpoint IP Address | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Endpoint Name | |
| resource_info | VPC Endpoint Resource Key Info | |
| resource_key | VPC Endpoint Resource Key | |
| resource_type | VPC Endpoint Resource Type | |
| state | VPC Endpoint State | |
| subnet_id | Subnet Id | |
| subnet_name | Subnet Name | |
| vpc_id | VPC Id | |
| vpc_name | VPC Name |