PrivateLinkEndpointCreateRequest
PrivateLinkEndpointCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | 설명 Example : PrivateLink Endpoint DescriptionMaximum length : 50 | string | |
| endpoint_ip_address required | Endpoint IP 주소 Example : 192.167.1.5 | string | |
| name required | PrivateLink Endpoint 명 Example : EndpointNamePattern : ^[a-zA-Z0-9-]*$Minimum length : 3Maximum length : 20 | string | |
| privatelink_service_id optional | PrivateLink Service ID Example : e3df2e8e3b374fbb81d4e322b52ca50d | string | |
| security_group_ids optional | Security Group 목록 Example : ['17776b52-0a64-440d-9e93-b4fc37be935b'] | array[string] | |
| subnet_id required | Subnet ID Example : 023c57b14f11483689338d085e061492 | string | |
| tags optional | 태그 목록 Example : [{'key': 'key', 'value': 'value'}] | array[Tag] |