opensearchservice_update_data_source {paws.analytics} | R Documentation |
Updates a direct-query data source
Description
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.
Usage
opensearchservice_update_data_source(
DomainName,
Name,
DataSourceType,
Description = NULL,
Status = NULL
)
Arguments
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. |
[Package paws.analytics version 0.7.0 Index]