List Data Sources
opensearchservice_list_data_sources | R Documentation |
Lists direct-query data sources for a specific domain¶
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.
Usage¶
Arguments¶
DomainName
[required] The name of the domain.
Value¶
A list with the following syntax:
list(
DataSources = list(
list(
DataSourceType = list(
S3GlueDataCatalog = list(
RoleArn = "string"
)
),
Name = "string",
Description = "string",
Status = "ACTIVE"|"DISABLED"
)
)
)