AWS::Glue::MLTransform GlueTables - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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 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