aws.opensearch.get_data_source
Example SQL Queries
SELECT * FROMaws.opensearch.get_data_sourceWHERE"domain_name" = 'VALUE'AND "name" = 'VALUE';Description
Retrieves information about a direct query data source.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_name Required Input Column The name of the domain. | VARCHAR |
| name Required Input Column The name of the data source. | 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_source_type The type of data source. | STRUCT( |
Show child fields
| |
| description A description of the data source. | VARCHAR |
| status The status of the data source. | VARCHAR |