AWS::Glue::MLTransform GlueTables
The database and table in the Amazon Glue Data Catalog that is used for input or output data.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "CatalogId" :
String
, "ConnectionName" :String
, "DatabaseName" :String
, "TableName" :String
}
YAML
CatalogId:
String
ConnectionName:String
DatabaseName:String
TableName:String
Properties
CatalogId
-
A unique identifier for the Amazon Glue Data Catalog.
Required: No
Type: String
Update requires: Replacement
ConnectionName
-
The name of the connection to the Amazon Glue Data Catalog.
Required: No
Type: String
Update requires: Replacement
DatabaseName
-
A database name in the Amazon Glue Data Catalog.
Required: Yes
Type: String
Update requires: Replacement
TableName
-
A table name in the Amazon Glue Data Catalog.
Required: Yes
Type: String
Update requires: Replacement