AWS Redshift · JSON Structure

Redshift Endpoint Authorization Structure

Describes an endpoint authorization for authorizing Redshift-managed VPC endpoint access to a cluster across Amazon Web Services accounts.

Type: object Properties: 9
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

Grantor Grantee ClusterIdentifier AuthorizeTime ClusterStatus Status AllowedAllVPCs AllowedVPCs EndpointCount

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

JSON Structure

Raw ↑
{
  "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-authorization-structure.json",
  "name": "EndpointAuthorization"
}