AWS Redshift · JSON Structure

Redshift Describe Endpoint Authorization Message Structure

DescribeEndpointAuthorizationMessage schema from Amazon Redshift

Type: object Properties: 5
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

ClusterIdentifier Account Grantee MaxRecords Marker

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ClusterIdentifier": {},
    "Account": {},
    "Grantee": {},
    "MaxRecords": {},
    "Marker": {}
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-describe-endpoint-authorization-message-structure.json",
  "name": "DescribeEndpointAuthorizationMessage",
  "description": "DescribeEndpointAuthorizationMessage schema from Amazon Redshift"
}