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

RejectInboundCrossClusterSearchConnectionResponse

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

The result of a "RejectInboundCrossClusterSearchConnection" operation. Contains details of rejected inbound connection.

interface RejectInboundCrossClusterSearchConnectionResponse {
CrossClusterSearchConnection?: InboundCrossClusterSearchConnection | null;
}

§Properties

§
CrossClusterSearchConnection?: InboundCrossClusterSearchConnection | null
[src]

Specifies the "InboundCrossClusterSearchConnection" of rejected inbound connection.