Get Data Source
opensearchservice_get_data_source | R Documentation |
Retrieves information about a direct query data source¶
Description¶
Retrieves information about a direct query data source.
Usage¶
Arguments¶
DomainName
[required] The name of the domain.
Name
[required] The name of the data source to get information about.
Value¶
A list with the following syntax:
list(
DataSourceType = list(
S3GlueDataCatalog = list(
RoleArn = "string"
)
),
Name = "string",
Description = "string",
Status = "ACTIVE"|"DISABLED"
)