Learn R Programming

paws.analytics (version 0.1.9)

elasticsearchservice_delete_inbound_cross_cluster_search_connection: Allows the destination domain owner to delete an existing inbound cross-cluster search connection

Description

Allows the destination domain owner to delete an existing inbound cross-cluster search connection.

Usage

elasticsearchservice_delete_inbound_cross_cluster_search_connection(
  CrossClusterSearchConnectionId)

Arguments

CrossClusterSearchConnectionId

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

Request syntax

svc$delete_inbound_cross_cluster_search_connection(
  CrossClusterSearchConnectionId = "string"
)