This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon CloudFormation template, use the following syntax:
JSON
{ "DatabaseOptions" :DatabaseTableOutputOptions, "DatabaseOutputMode" :String, "GlueConnectionName" :String}
YAML
DatabaseOptions:DatabaseTableOutputOptionsDatabaseOutputMode:StringGlueConnectionName:String
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_TABLEUpdate requires: No interruption 
- GlueConnectionName
- 
                    The Amazon Glue connection that stores the connection information for the target database. Required: Yes Type: String Minimum: 1Maximum: 255Update requires: No interruption