AWS Redshift · JSON Structure

Redshift Endpoint Accesses Structure

EndpointAccesses schema from Amazon Redshift

Type: array Properties: 0
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

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

JSON Structure

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