Learn R Programming

paws.analytics (version 0.1.9)

elasticsearchservice_delete_outbound_cross_cluster_search_connection: Allows the source domain owner to delete an existing outbound cross-cluster search connection

Description

Allows the source domain owner to delete an existing outbound cross-cluster search connection.

Usage

elasticsearchservice_delete_outbound_cross_cluster_search_connection(
  CrossClusterSearchConnectionId)

Arguments

CrossClusterSearchConnectionId

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

Request syntax

svc$delete_outbound_cross_cluster_search_connection(
  CrossClusterSearchConnectionId = "string"
)