This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::DataBrew::Recipe DataCatalogInputDefinition
Represents how metadata stored in the Amazon Glue Data Catalog is defined in a DataBrew dataset.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "CatalogId" :String, "DatabaseName" :String, "TableName" :String, "TempDirectory" :S3Location}
YAML
CatalogId:StringDatabaseName:StringTableName:StringTempDirectory:S3Location
Properties
CatalogId-
The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.
Required: No
Type: String
Minimum:
1Maximum:
255Update requires: No interruption
DatabaseName-
The name of a database in the Data Catalog.
Required: No
Type: String
Minimum:
1Maximum:
255Update requires: No interruption
TableName-
The name of a database table in the Data Catalog. This table corresponds to a DataBrew dataset.
Required: No
Type: String
Minimum:
1Maximum:
255Update requires: No interruption
TempDirectory-
Represents an Amazon location where DataBrew can store intermediate results.
Required: No
Type: S3Location
Update requires: No interruption