Get Catalog
glue_get_catalog | R Documentation |
The name of the Catalog to retrieve¶
Description¶
The name of the Catalog to retrieve. This should be all lowercase.
Usage¶
Arguments¶
CatalogId
[required] The ID of the parent catalog in which the catalog resides. If none is provided, the Amazon Web Services Account Number is used by default.
Value¶
A list with the following syntax:
list(
Catalog = list(
CatalogId = "string",
Name = "string",
ResourceArn = "string",
Description = "string",
Parameters = list(
"string"
),
CreateTime = as.POSIXct(
"2015-01-01"
),
UpdateTime = as.POSIXct(
"2015-01-01"
),
TargetRedshiftCatalog = list(
CatalogArn = "string"
),
FederatedCatalog = list(
Identifier = "string",
ConnectionName = "string"
),
CatalogProperties = list(
DataLakeAccessProperties = list(
DataLakeAccess = TRUE|FALSE,
DataTransferRole = "string",
KmsKey = "string",
ManagedWorkgroupName = "string",
ManagedWorkgroupStatus = "string",
RedshiftDatabaseName = "string",
StatusMessage = "string",
CatalogType = "string"
),
CustomProperties = list(
"string"
)
),
CreateTableDefaultPermissions = list(
list(
Principal = list(
DataLakePrincipalIdentifier = "string"
),
Permissions = list(
"ALL"|"SELECT"|"ALTER"|"DROP"|"DELETE"|"INSERT"|"CREATE_DATABASE"|"CREATE_TABLE"|"DATA_LOCATION_ACCESS"
)
)
),
CreateDatabaseDefaultPermissions = list(
list(
Principal = list(
DataLakePrincipalIdentifier = "string"
),
Permissions = list(
"ALL"|"SELECT"|"ALTER"|"DROP"|"DELETE"|"INSERT"|"CREATE_DATABASE"|"CREATE_TABLE"|"DATA_LOCATION_ACCESS"
)
)
)
)
)