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

CreateOutboundConnectionRequest

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

Container for the parameters to the "CreateOutboundConnection" operation.

interface CreateOutboundConnectionRequest {
ConnectionAlias: string;
LocalDomainInfo: DomainInformationContainer;
RemoteDomainInfo: DomainInformationContainer;
}

§Properties

§
ConnectionAlias: string
[src]

The connection alias used used by the customer for this cross-cluster connection.

§

The "AWSDomainInformation" for the local OpenSearch domain.

§

The "AWSDomainInformation" for the remote OpenSearch domain.