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

InboundCrossClusterSearchConnection

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

Specifies details of an inbound connection.

interface InboundCrossClusterSearchConnection {
CrossClusterSearchConnectionId?: string | null;
DestinationDomainInfo?: DomainInformation | null;
SourceDomainInfo?: DomainInformation | null;
}

§Properties

§

Specifies the "InboundCrossClusterSearchConnectionStatus" for the outbound connection.

§
CrossClusterSearchConnectionId?: string | null
[src]

Specifies the connection id for the inbound cross-cluster search connection.

§
DestinationDomainInfo?: DomainInformation | null
[src]

Specifies the "DomainInformation" for the destination Elasticsearch domain.

§
SourceDomainInfo?: DomainInformation | null
[src]

Specifies the "DomainInformation" for the source Elasticsearch domain.