{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-reject-inbound-cross-cluster-search-connection-response-schema.json",
"title": "RejectInboundCrossClusterSearchConnectionResponse",
"description": "The result of a RejectInboundCrossClusterSearchConnection operation. Contains details of rejected inbound connection.",
"type": "object",
"properties": {
"CrossClusterSearchConnection": {
"allOf": [
{
"$ref": "#/components/schemas/InboundCrossClusterSearchConnection"
},
{
"description": "Specifies the InboundCrossClusterSearchConnection of rejected inbound connection. "
}
]
}
}
}