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

AccessEndpoint

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

Describes an interface VPC endpoint (interface endpoint) that lets you create a private connection between the virtual private cloud (VPC) that you specify and AppStream 2.0. When you specify an interface endpoint for a stack, users of the stack can connect to AppStream 2.0 only through that endpoint. When you specify an interface endpoint for an image builder, administrators can connect to the image builder only through that endpoint.

interface AccessEndpoint {
EndpointType: AccessEndpointType;
VpceId?: string | null;
}

§Properties

§

The type of interface endpoint.

§
VpceId?: string | null
[src]

The identifier (ID) of the VPC in which the interface endpoint is used.