Learn R Programming

paws.analytics (version 0.1.9)

elasticsearchservice_reject_inbound_cross_cluster_search_connection: Allows the destination domain owner to reject an inbound cross-cluster search connection request

Description

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

Usage

elasticsearchservice_reject_inbound_cross_cluster_search_connection(
  CrossClusterSearchConnectionId)

Arguments

CrossClusterSearchConnectionId

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

Request syntax

svc$reject_inbound_cross_cluster_search_connection(
  CrossClusterSearchConnectionId = "string"
)