Amazon OpenSearch Service API · JSON Structure

Openapi Delete Outbound Cross Cluster Search Connection Response Structure

The result of a DeleteOutboundCrossClusterSearchConnection operation. Contains details of deleted outbound connection.

Type: object Properties: 1
AnalyticsElasticsearchSearch

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

Properties

CrossClusterSearchConnection

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-delete-outbound-cross-cluster-search-connection-response-structure.json",
  "name": "DeleteOutboundCrossClusterSearchConnectionResponse",
  "description": "The result of a <code><a>DeleteOutboundCrossClusterSearchConnection</a></code> operation. Contains details of deleted outbound connection.",
  "type": "object",
  "properties": {
    "CrossClusterSearchConnection": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OutboundCrossClusterSearchConnection"
        },
        {
          "description": "Specifies the <code><a>OutboundCrossClusterSearchConnection</a></code> of deleted outbound connection. "
        }
      ]
    }
  }
}