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 AWS CloudFormation template, use the following syntax:
JSON
{
"DatabaseOptions" : DatabaseTableOutputOptions
,
"DatabaseOutputMode" : String
,
"GlueConnectionName" : String
}
YAML
DatabaseOptions:
DatabaseTableOutputOptions
DatabaseOutputMode: String
GlueConnectionName: 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_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