AWS::DataBrew::Dataset DataCatalogInputDefinition - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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 }

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

An Amazon location that AWS Glue Data Catalog can use as a temporary directory.

Required: No

Type: S3Location

Update requires: No interruption