Learn R Programming

paws.analytics (version 0.1.9)

elasticsearchservice_accept_inbound_cross_cluster_search_connection: Allows the destination domain owner to accept an inbound cross-cluster search connection request

Description

Allows the destination domain owner to accept an inbound cross-cluster search connection request.

Usage

elasticsearchservice_accept_inbound_cross_cluster_search_connection(
  CrossClusterSearchConnectionId)

Arguments

CrossClusterSearchConnectionId

[required] The id of the inbound connection that you want to accept.

Request syntax

svc$accept_inbound_cross_cluster_search_connection(
  CrossClusterSearchConnectionId = "string"
)