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/es.ts?docs=full";

The connection endpoint for connecting to an Amazon OpenSearch Service domain through a proxy.

interface VpcEndpoint {
DomainArn?: string | null;
Endpoint?: string | null;
Status?: VpcEndpointStatus | null;
VpcEndpointId?: string | null;
VpcEndpointOwner?: string | null;
VpcOptions?: VPCDerivedInfo | null;
}

§Properties

§
DomainArn?: string | null
[src]

The Amazon Resource Name (ARN) of the domain associated with the endpoint.

§
Endpoint?: string | null
[src]

The connection endpoint ID for connecting to the domain.

§
Status?: VpcEndpointStatus | null
[src]

The current status of the endpoint.

§
VpcEndpointId?: string | null
[src]

The unique identifier of the endpoint.

§
VpcEndpointOwner?: string | null
[src]

The creator of the endpoint.

§
VpcOptions?: VPCDerivedInfo | null
[src]

Options to specify the subnets and security groups for an Amazon OpenSearch Service VPC endpoint.