AWS Redshift · Schema

EndpointAuthorizations

EndpointAuthorizations schema from Amazon Redshift

AnalyticsBig DataCloud DatabaseData WarehouseSQL
View JSON Schema on GitHub

JSON Schema

redshift-endpoint-authorizations-schema.json Raw ↑
{
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "Grantor": {},
      "Grantee": {},
      "ClusterIdentifier": {},
      "AuthorizeTime": {},
      "ClusterStatus": {},
      "Status": {},
      "AllowedAllVPCs": {},
      "AllowedVPCs": {},
      "EndpointCount": {}
    },
    "description": "Describes an endpoint authorization for authorizing Redshift-managed VPC endpoint access to a cluster across Amazon Web Services accounts."
  },
  "$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-authorizations-schema.json",
  "title": "EndpointAuthorizations",
  "description": "EndpointAuthorizations schema from Amazon Redshift"
}