DeleteOutboundCrossClusterSearchConnectionResponse

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

AnalyticsElasticsearchSearch

Properties

Name Type Description
CrossClusterSearchConnection object
View JSON Schema on GitHub

JSON Schema

openapi-delete-outbound-cross-cluster-search-connection-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-delete-outbound-cross-cluster-search-connection-response-schema.json",
  "title": "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. "
        }
      ]
    }
  }
}