View source: R/opensearchservice_operations.R
opensearchservice_add_data_source | R Documentation |
Creates a new direct-query data source to the specified domain. For more information, see Creating Amazon OpenSearch Service data source integrations with Amazon S3.
See https://www.paws-r-sdk.com/docs/opensearchservice_add_data_source/ for full documentation.
opensearchservice_add_data_source(
DomainName,
Name,
DataSourceType,
Description = NULL
)
DomainName |
[required] The name of the domain to add the data source to. |
Name |
[required] A name for the data source. |
DataSourceType |
[required] The type of data source. |
Description |
A description of the data source. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.