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

VpcEndpoint

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

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

interface VpcEndpoint {
networkInterfaces?: NetworkInterface[] | null;
vpcEndpointId?: string | null;
vpcId?: string | null;
}

§Properties

§
networkInterfaces?: NetworkInterface[] | null
[src]

One or more network interfaces of the endpoint. Also known as an interface endpoint.

§
vpcEndpointId?: string | null
[src]

The connection endpoint ID for connecting to Amazon Redshift Serverless.

§
vpcId?: string | null
[src]

The VPC identifier that the endpoint is associated with.