- Navigation Guide
@aws-sdk/client-opensearch
AddDirectQueryDataSourceCommandInput Interface
The input for AddDirectQueryDataSourceCommand.
Members
Name | Type | Details |
---|---|---|
DataSourceName Required | string | undefined | A unique, user-defined label to identify the data source within your OpenSearch Service environment. |
DataSourceType Required | DirectQueryDataSourceType | undefined | The supported Amazon Web Services service that you want to use as the source for direct queries in OpenSearch Service. |
OpenSearchArns Required | string[] | undefined | A list of Amazon Resource Names (ARNs) for the OpenSearch collections that are associated with the direct query data source. |
Description | string | undefined | An optional text field for providing additional context and details about the data source. |
TagList | Tag[] | undefined | A list of tags attached to a domain. |
Full Signature
export interface AddDirectQueryDataSourceCommandInput extends AddDirectQueryDataSourceRequest