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

Represents a JDBC database output object which defines the output destination for a DataBrew recipe job to write into.

Syntax

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

Properties

DatabaseOptions

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

Required: Yes

Type: DatabaseTableOutputOptions

Update requires: No interruption

DatabaseOutputMode

The output mode to write into the database. Currently supported option: NEW_TABLE.

Required: No

Type: String

Allowed values: NEW_TABLE

Update requires: No interruption

GlueConnectionName

The Amazon Glue connection that stores the connection information for the target database.

Required: Yes

Type: String

Minimum: 1

Maximum: 255

Update requires: No interruption