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

VpcEndpointConnection

import type { VpcEndpointConnection } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes a VPC endpoint connection to a service.

interface VpcEndpointConnection {
CreationTimestamp?: Date | number | null;
DnsEntries: DnsEntry[];
GatewayLoadBalancerArns: string[];
NetworkLoadBalancerArns: string[];
ServiceId?: string | null;
VpcEndpointId?: string | null;
VpcEndpointOwner?: string | null;
VpcEndpointState?: State | null;
}

§Properties

§
CreationTimestamp?: Date | number | null
[src]

The date and time that the VPC endpoint was created.

§
DnsEntries: DnsEntry[]
[src]

The DNS entries for the VPC endpoint.

§
GatewayLoadBalancerArns: string[]
[src]

The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.

§
NetworkLoadBalancerArns: string[]
[src]

The Amazon Resource Names (ARNs) of the network load balancers for the service.

§
ServiceId?: string | null
[src]

The ID of the service to which the endpoint is connected.

§
VpcEndpointId?: string | null
[src]

The ID of the VPC endpoint.

§
VpcEndpointOwner?: string | null
[src]

The ID of the Amazon Web Services account that owns the VPC endpoint.

§
VpcEndpointState?: State | null
[src]

The state of the VPC endpoint.