List Direct Query Data Sources
opensearchservice_list_direct_query_data_sources | R Documentation |
Lists an inventory of all the direct query data sources that you have configured within Amazon OpenSearch Service¶
Description¶
Lists an inventory of all the direct query data sources that you have configured within Amazon OpenSearch Service.
Usage¶
Arguments¶
NextToken
Value¶
A list with the following syntax:
list(
NextToken = "string",
DirectQueryDataSources = list(
list(
DataSourceName = "string",
DataSourceType = list(
CloudWatchLog = list(
RoleArn = "string"
),
SecurityLake = list(
RoleArn = "string"
)
),
Description = "string",
OpenSearchArns = list(
"string"
),
DataSourceArn = "string",
TagList = list(
list(
Key = "string",
Value = "string"
)
)
)
)
)