aws.opensearch.list_data_sources
Example SQL Queries
SELECT * FROMaws.opensearch.list_data_sourcesWHERE"domain_name" = 'VALUE';Description
Lists direct-query data sources for a specific domain. For more information, see For more information, see Working with Amazon OpenSearch Service direct queries with Amazon S3.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_name Required Input Column The name of the domain. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| data_sources A list of data sources associated with specified domain. | STRUCT( |
Show child fields
| |