AWS Redshift · JSON Structure

Redshift Endpoint Structure

Describes a connection endpoint.

Type: object Properties: 3
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

Address Port VpcEndpoints

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "Address": {},
    "Port": {},
    "VpcEndpoints": {}
  },
  "description": "Describes a connection endpoint.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-endpoint-structure.json",
  "name": "Endpoint"
}