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

VpcEndpointSummary

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

Summary information for an Amazon OpenSearch Service-managed VPC endpoint.

interface VpcEndpointSummary {
DomainArn?: string | null;
Status?: VpcEndpointStatus | null;
VpcEndpointId?: string | null;
VpcEndpointOwner?: string | null;
}

§Properties

§
DomainArn?: string | null
[src]

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

§
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.