This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::CleanRoomsML::TrainingDataset GlueDataSource
Defines the Glue data source that contains the training data.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CatalogId" :String, "DatabaseName" :String, "TableName" :String}
YAML
CatalogId:StringDatabaseName:StringTableName:String
Properties
CatalogId-
The Glue catalog that contains the training data.
Required: No
Type: String
Pattern:
^[0-9]{12}$Minimum:
12Maximum:
12Update requires: Replacement
DatabaseName-
The Glue database that contains the training data.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9_](([a-zA-Z0-9_]+-)*([a-zA-Z0-9_]+))?$Minimum:
1Maximum:
128Update requires: Replacement
TableName-
The Glue table that contains the training data.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9_](([a-zA-Z0-9_ ]+-)*([a-zA-Z0-9_ ]+))?$Minimum:
1Maximum:
128Update requires: Replacement