Get Data Catalog
athena_get_data_catalog | R Documentation |
Returns the specified data catalog¶
Description¶
Returns the specified data catalog.
Usage¶
Arguments¶
Name
[required] The name of the data catalog to return.
WorkGroup
The name of the workgroup. Required if making an IAM Identity Center request.
Value¶
A list with the following syntax:
list(
DataCatalog = list(
Name = "string",
Description = "string",
Type = "LAMBDA"|"GLUE"|"HIVE",
Parameters = list(
"string"
)
)
)