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

InboundConnection

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

Details of an inbound connection.

interface InboundConnection {
ConnectionId?: string | null;
ConnectionStatus?: InboundConnectionStatus | null;
LocalDomainInfo?: DomainInformationContainer | null;
RemoteDomainInfo?: DomainInformationContainer | null;
}

§Properties

§
ConnectionId?: string | null
[src]

The connection ID for the inbound cross-cluster connection.

§
ConnectionStatus?: InboundConnectionStatus | null
[src]

The "InboundConnectionStatus" for the outbound connection.

§
LocalDomainInfo?: DomainInformationContainer | null
[src]

The "AWSDomainInformation" for the local OpenSearch domain.

§
RemoteDomainInfo?: DomainInformationContainer | null
[src]

The "AWSDomainInformation" for the remote OpenSearch domain.