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

InboundCrossClusterSearchConnectionStatus

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

Specifies the coonection status of an inbound cross-cluster search connection.

interface InboundCrossClusterSearchConnectionStatus {
Message?: string | null;
}

§Properties

§
Message?: string | null
[src]

Specifies verbose information for the inbound connection status.

§

The state code for inbound connection. This can be one of the following:

  • PENDING_ACCEPTANCE: Inbound connection is not yet accepted by destination domain owner.
  • APPROVED: Inbound connection is pending acceptance by destination domain owner.
  • REJECTING: Inbound connection rejection is in process.
  • REJECTED: Inbound connection is rejected.
  • DELETING: Inbound connection deletion is in progress.
  • DELETED: Inbound connection is deleted and cannot be used further.