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

CreateOutboundCrossClusterSearchConnectionResponse

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

The result of a "CreateOutboundCrossClusterSearchConnection" request. Contains the details of the newly created cross-cluster search connection.

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

§Properties

§
ConnectionAlias?: string | null
[src]

Specifies the connection alias provided during the create connection request.

§

Specifies the "OutboundCrossClusterSearchConnectionStatus" for the newly created connection.

§
CrossClusterSearchConnectionId?: string | null
[src]

Unique id for the created outbound connection, which is used for subsequent operations on 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.