CreateOutboundCrossClusterSearchConnectionRequest is a JSON Structure definition published by Amazon OpenSearch Service API, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-create-outbound-cross-cluster-search-connection-request-structure.json",
"name": "CreateOutboundCrossClusterSearchConnectionRequest",
"description": "Container for the parameters to the <code><a>CreateOutboundCrossClusterSearchConnection</a></code> operation.",
"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."
}
]
},
"ConnectionAlias": {
"allOf": [
{
"$ref": "#/components/schemas/ConnectionAlias"
},
{
"description": "Specifies the connection alias that will be used by the customer for this connection."
}
]
}
},
"required": [
"SourceDomainInfo",
"DestinationDomainInfo",
"ConnectionAlias"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.