VpcEndpointCreateRequest
VpcEndpointCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | 설명 Example : Maximum length : 50 | string | |
| endpoint_ip_address required | VPC Endpoint IP 주소 Example : | string | |
| name required | VPC Endpoint 명 Example : Pattern : ^[a-zA-Z0-9-]*$Minimum length : 3Maximum length : 20 | string | |
| resource_info required | VPC Endpoint Resource Key 정보 Example : Maximum length : 200 | string | |
| resource_key required | VPC Endpoint Resource Key Example : | string | |
| resource_type required | VPC Endpoint 자원 타입 Example : FS | enum (FS, OBS, SCR, DNS) | |
| subnet_id required | Subnet ID Example : | string | |
| tags optional | 태그 목록 | array[Tag] | |
| vpc_id required | VPC ID Example : | string |