class Aws::GlueDataBrew::Types::DatabaseOutput

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

@note When making an API call, you may pass DatabaseOutput

data as a hash:

    {
      glue_connection_name: "GlueConnectionName", # required
      database_options: { # required
        temp_directory: {
          bucket: "Bucket", # required
          key: "Key",
        },
        table_name: "DatabaseTableName", # required
      },
      database_output_mode: "NEW_TABLE", # accepts NEW_TABLE
    }

@!attribute [rw] glue_connection_name

The Glue connection that stores the connection information for the
target database.
@return [String]

@!attribute [rw] database_options

Represents options that specify how and where DataBrew writes the
database output generated by recipe jobs.
@return [Types::DatabaseTableOutputOptions]

@!attribute [rw] database_output_mode

The output mode to write into the database. Currently supported
option: NEW\_TABLE.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/databrew-2017-07-25/DatabaseOutput AWS API Documentation

Constants

SENSITIVE