Amazon OpenSearch Service API · JSON Structure

Openapi Outbound Cross Cluster Search Connection Structure

Specifies details of an outbound connection.

Type: object Properties: 5
AnalyticsElasticsearchSearch

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

Properties

SourceDomainInfo DestinationDomainInfo CrossClusterSearchConnectionId ConnectionAlias 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-outbound-cross-cluster-search-connection-structure.json",
  "name": "OutboundCrossClusterSearchConnection",
  "description": "Specifies details of an outbound 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 outbound cross-cluster search connection."
        }
      ]
    },
    "ConnectionAlias": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConnectionAlias"
        },
        {
          "description": "Specifies the connection alias for the outbound cross-cluster search connection."
        }
      ]
    },
    "ConnectionStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OutboundCrossClusterSearchConnectionStatus"
        },
        {
          "description": "Specifies the <code><a>OutboundCrossClusterSearchConnectionStatus</a></code> for the outbound connection."
        }
      ]
    }
  }
}