Learn R Programming

paws.analytics (version 0.9.0)

opensearchservice_update_direct_query_data_source: Updates the configuration or properties of an existing direct query data source in Amazon OpenSearch Service

Description

Updates the configuration or properties of an existing direct query data source in Amazon OpenSearch Service.

See https://www.paws-r-sdk.com/docs/opensearchservice_update_direct_query_data_source/ for full documentation.

Usage

opensearchservice_update_direct_query_data_source(
  DataSourceName,
  DataSourceType,
  Description = NULL,
  OpenSearchArns
)

Arguments

DataSourceName

[required] A unique, user-defined label to identify the data source within your OpenSearch Service environment.

DataSourceType

[required] The supported Amazon Web Services service that you want to use as the source for direct queries in OpenSearch Service.

Description

An optional text field for providing additional context and details about the data source.

OpenSearchArns

[required] A list of Amazon Resource Names (ARNs) for the OpenSearch collections that are associated with the direct query data source.