Skip to content

Delete Data Source

opensearchservice_delete_data_source R Documentation

Deletes a direct-query data source

Description

Deletes a direct-query data source. For more information, see Deleting an Amazon OpenSearch Service data source with Amazon S3.

Usage

opensearchservice_delete_data_source(DomainName, Name)

Arguments

DomainName

[required] The name of the domain.

Name

[required] The name of the data source to delete.

Value

A list with the following syntax:

list(
  Message = "string"
)

Request syntax

svc$delete_data_source(
  DomainName = "string",
  Name = "string"
)