class Aws::ElasticsearchService::Client

def create_outbound_cross_cluster_search_connection(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • create_outbound_cross_cluster_search_connection(params = {})

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::CreateOutboundCrossClusterSearchConnectionResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :connection_alias (required, String) --
  • :destination_domain_info (required, Types::DomainInformation) --
  • :source_domain_info (required, Types::DomainInformation) --
def create_outbound_cross_cluster_search_connection(params = {}, options = {})
  req = build_request(:create_outbound_cross_cluster_search_connection, params)
  req.send_request(options)
end