Learn R Programming

paws.analytics (version 0.7.0)

opensearchservice_add_data_source: Creates a new direct-query data source to the specified domain

Description

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.

Usage

opensearchservice_add_data_source(
  DomainName,
  Name,
  DataSourceType,
  Description = NULL
)

Arguments

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.