View source: R/opensearchservice_operations.R
opensearchservice_add_direct_query_data_source | R Documentation |
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.
opensearchservice_add_direct_query_data_source(
DataSourceName,
DataSourceType,
Description = NULL,
OpenSearchArns,
TagList = NULL
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.