OrganizationVpcEndpoint
Properties
| Property | Type | Required | Description |
created_at |
string |
Yes |
|
endpoint_id |
string |
Yes |
|
id |
string |
Yes |
|
label |
string,null |
No |
|
organization_id |
string |
Yes |
|
region |
string |
Yes |
|
state |
string |
Yes |
|
updated_at |
string |
Yes |
|
View JSON Schema
{
"type": "object",
"required": [
"id",
"organization_id",
"region",
"endpoint_id",
"state",
"created_at",
"updated_at"
],
"properties": {
"created_at": {
"type": "string",
"format": "date-time"
},
"endpoint_id": {
"type": "string"
},
"id": {
"type": "string",
"format": "uuid"
},
"label": {
"type": [
"string",
"null"
]
},
"organization_id": {
"type": "string",
"format": "uuid"
},
"region": {
"type": "string"
},
"state": {
"type": "string"
},
"updated_at": {
"type": "string",
"format": "date-time"
}
}
}