Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Endpoint

import type { Endpoint } from "https://aws-api.deno.dev/v0.4/services/redshiftserverless.ts?docs=full";

The VPC endpoint object.

interface Endpoint {
address?: string | null;
port?: number | null;
vpcEndpoints?: VpcEndpoint[] | null;
}

§Properties

§
address?: string | null
[src]

The DNS address of the VPC endpoint.

§
port?: number | null
[src]

The port that Amazon Redshift Serverless listens on.

§
vpcEndpoints?: VpcEndpoint[] | null
[src]

An array of VpcEndpoint objects.