Allows the source domain owner to delete an existing outbound cross-cluster search connection.
elasticsearchservice_delete_outbound_cross_cluster_search_connection(
CrossClusterSearchConnectionId)
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"
)
)
)
[required] The id of the outbound connection that you want to permanently delete.
svc$delete_outbound_cross_cluster_search_connection(
CrossClusterSearchConnectionId = "string"
)