opensearchservice_add_direct_query_data_source {paws.analytics} | R Documentation |
Adds a new data source in Amazon OpenSearch Service so that you can perform direct queries on external data
Description
Adds a new data source in Amazon OpenSearch Service so that you can perform direct queries on external data.
See https://www.paws-r-sdk.com/docs/opensearchservice_add_direct_query_data_source/ for full documentation.
Usage
opensearchservice_add_direct_query_data_source(
DataSourceName,
DataSourceType,
Description = NULL,
OpenSearchArns,
TagList = NULL
)
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. |
TagList |
[Package paws.analytics version 0.9.0 Index]