AWS Redshift · JSON Structure

Redshift Describe Endpoint Access Message Structure

DescribeEndpointAccessMessage schema from Amazon Redshift

Type: object Properties: 6
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

ClusterIdentifier ResourceOwner EndpointName VpcId MaxRecords Marker

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ClusterIdentifier": {},
    "ResourceOwner": {},
    "EndpointName": {},
    "VpcId": {},
    "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-access-message-structure.json",
  "name": "DescribeEndpointAccessMessage",
  "description": "DescribeEndpointAccessMessage schema from Amazon Redshift"
}