AWS Redshift · JSON Structure

Redshift Endpoint Access Structure

Describes a Redshift-managed VPC endpoint.

Type: object Properties: 10
AnalyticsBig DataCloud DatabaseData WarehouseSQL

EndpointAccess is a JSON Structure definition published by AWS Redshift, describing 10 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ClusterIdentifier ResourceOwner SubnetGroupName EndpointStatus EndpointName EndpointCreateTime Port Address VpcSecurityGroups VpcEndpoint

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "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-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-endpoint-access-structure.json",
  "name": "EndpointAccess"
}