AWS::DataBrew::Job DataCatalogOutput - 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::Job DataCatalogOutput

Represents options that specify how and where in the Amazon Glue Data Catalog DataBrew writes the output generated by recipe jobs.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "CatalogId" : String, "DatabaseName" : String, "DatabaseOptions" : DatabaseTableOutputOptions, "Overwrite" : Boolean, "S3Options" : S3TableOutputOptions, "TableName" : String }

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

Type: String

Minimum: 1

Maximum: 255

Update requires: No interruption

DatabaseOptions

Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.

Required: No

Type: DatabaseTableOutputOptions

Update requires: No interruption

Overwrite

A value that, if true, means that any data in the location specified for output is overwritten with new output. Not supported with DatabaseOptions.

Required: No

Type: Boolean

Update requires: No interruption

S3Options

Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.

Required: No

Type: S3TableOutputOptions

Update requires: No interruption

TableName

The name of a table in the Data Catalog.

Required: Yes

Type: String

Minimum: 1

Maximum: 255

Update requires: No interruption