AWS::DataBrew::Recipe DataCatalogInputDefinition - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 }

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