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::DataBrew::Dataset DataCatalogInputDefinition
Represents how metadata stored in the AWS Glue Data Catalog is defined in a DataBrew dataset.
Syntax
To declare this entity in your 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 AWS 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-
An Amazon location that AWS Glue Data Catalog can use as a temporary directory.
Required: No
Type: S3Location
Update requires: No interruption