Skip to content

Delete Outbound Cross Cluster Search Connection

elasticsearchservice_delete_outbound_cross_cluster_search_connection R Documentation

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.

Value

A list with the following syntax:

list(
  CrossClusterSearchConnection = list(
    SourceDomainInfo = list(
      OwnerId = "string",
      DomainName = "string",
      Region = "string"
    ),
    DestinationDomainInfo = list(
      OwnerId = "string",
      DomainName = "string",
      Region = "string"
    ),
    CrossClusterSearchConnectionId = "string",
    ConnectionAlias = "string",
    ConnectionStatus = list(
      StatusCode = "PENDING_ACCEPTANCE"|"VALIDATING"|"VALIDATION_FAILED"|"PROVISIONING"|"ACTIVE"|"REJECTED"|"DELETING"|"DELETED",
      Message = "string"
    )
  )
)

Request syntax

svc$delete_outbound_cross_cluster_search_connection(
  CrossClusterSearchConnectionId = "string"
)