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:StringConnectionName:StringDatabaseName:StringTableName:String
Properties
CatalogIdA unique identifier for the Amazon Glue Data Catalog.
Required: No
Type: String
Update requires: No interruption
ConnectionNameThe name of the connection to the Amazon Glue Data Catalog.
Required: No
Type: String
Update requires: No interruption
DatabaseNameA database name in the Amazon Glue Data Catalog.
Required: Yes
Type: String
Update requires: No interruption
TableNameA table name in the Amazon Glue Data Catalog.
Required: Yes
Type: String
Update requires: No interruption