AWS Redshift · JSON Structure

Redshift Vpc Endpoint Structure

The connection endpoint for connecting to an Amazon Redshift cluster through the proxy.

Type: object Properties: 3
AnalyticsBig DataCloud DatabaseData WarehouseSQL

VpcEndpoint 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

VpcEndpointId VpcId NetworkInterfaces

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "VpcEndpointId": {},
    "VpcId": {},
    "NetworkInterfaces": {}
  },
  "description": "The connection endpoint for connecting to an Amazon Redshift cluster through the proxy.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-vpc-endpoint-structure.json",
  "name": "VpcEndpoint"
}