accept_inbound_cross_cluster_search_connection
(**kwargs)¶Allows the destination domain owner to accept an inbound cross-cluster search connection request.
See also: AWS API Documentation
Request Syntax
response = client.accept_inbound_cross_cluster_search_connection(
CrossClusterSearchConnectionId='string'
)
[REQUIRED]
The id of the inbound connection that you want to accept.
{
'CrossClusterSearchConnection': {
'SourceDomainInfo': {
'OwnerId': 'string',
'DomainName': 'string',
'Region': 'string'
},
'DestinationDomainInfo': {
'OwnerId': 'string',
'DomainName': 'string',
'Region': 'string'
},
'CrossClusterSearchConnectionId': 'string',
'ConnectionStatus': {
'StatusCode': 'PENDING_ACCEPTANCE'|'APPROVED'|'REJECTING'|'REJECTED'|'DELETING'|'DELETED',
'Message': 'string'
}
}
}
Response Structure
The result of a AcceptInboundCrossClusterSearchConnection
operation. Contains details of accepted inbound connection.
Specifies the InboundCrossClusterSearchConnection
of accepted inbound connection.
Specifies the DomainInformation
for the source Elasticsearch domain.
The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).
Specifies the DomainInformation
for the destination Elasticsearch domain.
The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).
Specifies the connection id for the inbound cross-cluster search connection.
Specifies the InboundCrossClusterSearchConnectionStatus
for the outbound connection.
The state code for inbound connection. This can be one of the following:
Specifies verbose information for the inbound connection status.
Exceptions
ElasticsearchService.Client.exceptions.ResourceNotFoundException
ElasticsearchService.Client.exceptions.LimitExceededException
ElasticsearchService.Client.exceptions.DisabledOperationException