AWS Redshift · Schema
EndpointAccess
Describes a Redshift-managed VPC endpoint.
AnalyticsBig DataCloud DatabaseData WarehouseSQL
Properties
| Name | Type | Description |
|---|---|---|
| ClusterIdentifier | object | |
| ResourceOwner | object | |
| SubnetGroupName | object | |
| EndpointStatus | object | |
| EndpointName | object | |
| EndpointCreateTime | object | |
| Port | object | |
| Address | object | |
| VpcSecurityGroups | object | |
| VpcEndpoint | object | The connection endpoint for connecting to an Amazon Redshift cluster through the proxy. |
JSON Schema
{
"type": "object",
"properties": {
"ClusterIdentifier": {},
"ResourceOwner": {},
"SubnetGroupName": {},
"EndpointStatus": {},
"EndpointName": {},
"EndpointCreateTime": {},
"Port": {},
"Address": {},
"VpcSecurityGroups": {},
"VpcEndpoint": {
"type": "object",
"properties": {
"VpcEndpointId": {},
"VpcId": {},
"NetworkInterfaces": {}
},
"description": "The connection endpoint for connecting to an Amazon Redshift cluster through the proxy."
}
},
"description": "Describes a Redshift-managed VPC endpoint.",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-endpoint-access-schema.json",
"title": "EndpointAccess"
}