AWS::DataBrew::Job DatabaseOutput - 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::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 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 AWS Glue connection that stores the connection information for the target database.

Required: Yes

Type: String

Minimum: 1

Maximum: 255

Update requires: No interruption