AWS Redshift · Schema

DescribeEndpointAuthorizationMessage

DescribeEndpointAuthorizationMessage schema from Amazon Redshift

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
ClusterIdentifier object
Account object
Grantee object
MaxRecords object
Marker object
View JSON Schema on GitHub

JSON Schema

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