AWS::DataBrew::Recipe DataCatalogInputDefinition
Represents how metadata stored in the AWS Glue Data Catalog is defined in a DataBrew dataset.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CatalogId" :
String
, "DatabaseName" :String
, "TableName" :String
, "TempDirectory" :S3Location
}
YAML
CatalogId:
String
DatabaseName:String
TableName:String
TempDirectory:S3Location
Properties
CatalogId
-
The unique identifier of the AWS account that holds the Data Catalog that stores the data.
Required: No
Type: String
Minimum:
1
Maximum:
255
Update requires: No interruption
DatabaseName
-
The name of a database in the Data Catalog.
Required: No
Type: String
Minimum:
1
Maximum:
255
Update 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:
1
Maximum:
255
Update requires: No interruption
TempDirectory
-
Represents an Amazon location where DataBrew can store intermediate results.
Required: No
Type: S3Location
Update requires: No interruption