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