powered by
Retrieves the status of a migration operation.
glue_get_catalog_import_status(CatalogId)
The ID of the catalog to migrate. Currently, this should be the AWS account ID.
A list with the following syntax:
list( ImportStatus = list( ImportCompleted = TRUE|FALSE, ImportTime = as.POSIXct( "2015-01-01" ), ImportedBy = "string" ) )
svc$get_catalog_import_status( CatalogId = "string" )