Amazon OpenSearch Service API · JSON Structure

Openapi Describe Outbound Cross Cluster Search Connections Response Structure

The result of a DescribeOutboundCrossClusterSearchConnections request. Contains the list of connections matching the filter criteria.

Type: object Properties: 2
AnalyticsElasticsearchSearch

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

Properties

CrossClusterSearchConnections NextToken

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-describe-outbound-cross-cluster-search-connections-response-structure.json",
  "name": "DescribeOutboundCrossClusterSearchConnectionsResponse",
  "description": "The result of a <code><a>DescribeOutboundCrossClusterSearchConnections</a></code> request. Contains the list of connections matching the filter criteria.",
  "type": "object",
  "properties": {
    "CrossClusterSearchConnections": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OutboundCrossClusterSearchConnections"
        },
        {
          "description": "Consists of list of <code><a>OutboundCrossClusterSearchConnection</a></code> matching the specified filter criteria."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "If more results are available and NextToken is present, make the next request to the same API with the received NextToken to paginate the remaining results. "
        }
      ]
    }
  }
}