AWS::Glue::MLTransform GlueTables
The database and table in the AWS Glue Data Catalog that is used for input or output data.
Syntax
To declare this entity in your AWS 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 AWS Glue Data Catalog.
Required: No
Type: String
Update requires: Replacement
ConnectionName
-
The name of the connection to the AWS Glue Data Catalog.
Required: No
Type: String
Update requires: Replacement
DatabaseName
-
A database name in the AWS Glue Data Catalog.
Required: Yes
Type: String
Update requires: Replacement
TableName
-
A table name in the AWS Glue Data Catalog.
Required: Yes
Type: String
Update requires: Replacement