powered by
Returns the specified data catalog.
athena_get_data_catalog(Name)
[required] The name of the data catalog to return.
A list with the following syntax:
list( DataCatalog = list( Name = "string", Description = "string", Type = "LAMBDA"|"GLUE"|"HIVE", Parameters = list( "string" ) ) )
svc$get_data_catalog( Name = "string" )