{ "type": "array", "items": { "type": "object", "properties": { "ClusterIdentifier": {}, "ResourceOwner": {}, "SubnetGroupName": {}, "EndpointStatus": {}, "EndpointName": {}, "EndpointCreateTime": {}, "Port": {}, "Address": {}, "VpcSecurityGroups": {}, "VpcEndpoint": { "type": "object", "properties": { "VpcEndpointId": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy." } ] }, "VpcId": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The VPC identifier that the endpoint is associated. " } ] }, "NetworkInterfaces": { "allOf": [ { "$ref": "#/components/schemas/NetworkInterfaceList" }, { "description": "One or more network interfaces of the endpoint. Also known as an interface endpoint. " } ] } }, "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-accesses-schema.json", "title": "EndpointAccesses", "description": "EndpointAccesses schema from Amazon Redshift" }