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

OutboundCrossClusterSearchConnection

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

Specifies details of an outbound connection.

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

§Properties

§
ConnectionAlias?: string | null
[src]

Specifies the connection alias for the outbound cross-cluster search connection.

§

Specifies the "OutboundCrossClusterSearchConnectionStatus" for the outbound connection.

§
CrossClusterSearchConnectionId?: string | null
[src]

Specifies the connection id for the outbound 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.