AWS Redshift · JSON Structure

Redshift Endpoint Authorizations Structure

EndpointAuthorizations schema from Amazon Redshift

Type: array Properties: 0
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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