Amazon OpenSearch Service API · JSON Structure

Openapi Inbound Cross Cluster Search Connection Structure

Specifies details of an inbound connection.

Type: object Properties: 4
AnalyticsElasticsearchSearch

InboundCrossClusterSearchConnection is a JSON Structure definition published by Amazon OpenSearch Service API, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

SourceDomainInfo DestinationDomainInfo CrossClusterSearchConnectionId ConnectionStatus

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-inbound-cross-cluster-search-connection-structure.json",
  "name": "InboundCrossClusterSearchConnection",
  "description": "Specifies details of an inbound connection.",
  "type": "object",
  "properties": {
    "SourceDomainInfo": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DomainInformation"
        },
        {
          "description": "Specifies the <code><a>DomainInformation</a></code> for the source Elasticsearch domain."
        }
      ]
    },
    "DestinationDomainInfo": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DomainInformation"
        },
        {
          "description": "Specifies the <code><a>DomainInformation</a></code> for the destination Elasticsearch domain."
        }
      ]
    },
    "CrossClusterSearchConnectionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CrossClusterSearchConnectionId"
        },
        {
          "description": "Specifies the connection id for the inbound cross-cluster search connection."
        }
      ]
    },
    "ConnectionStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InboundCrossClusterSearchConnectionStatus"
        },
        {
          "description": "Specifies the <code><a>InboundCrossClusterSearchConnectionStatus</a></code> for the outbound connection."
        }
      ]
    }
  }
}