CreateOrganizationVpcEndpointRequest
Properties
| Property | Type | Required | Description |
|---|---|---|---|
endpoint_id |
string | Yes | |
label |
string,null | No | |
region |
string | Yes |
View JSON Schema
{
"type": "object",
"required": [
"region",
"endpoint_id"
],
"properties": {
"endpoint_id": {
"type": "string"
},
"label": {
"type": [
"string",
"null"
]
},
"region": {
"type": "string"
}
}
}