class Aws::GlueDataBrew::Types::DataCatalogOutput

Represents options that specify how and where in the Glue Data Catalog DataBrew writes the output generated by recipe jobs.

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

data as a hash:

    {
      catalog_id: "CatalogId",
      database_name: "DatabaseName", # required
      table_name: "TableName", # required
      s3_options: {
        location: { # required
          bucket: "Bucket", # required
          key: "Key",
        },
      },
      database_options: {
        temp_directory: {
          bucket: "Bucket", # required
          key: "Key",
        },
        table_name: "DatabaseTableName", # required
      },
      overwrite: false,
    }

@!attribute [rw] catalog_id

The unique identifier of the Amazon Web Services account that holds
the Data Catalog that stores the data.
@return [String]

@!attribute [rw] database_name

The name of a database in the Data Catalog.
@return [String]

@!attribute [rw] table_name

The name of a table in the Data Catalog.
@return [String]

@!attribute [rw] s3_options

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

@!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] overwrite

A value that, if true, means that any data in the location specified
for output is overwritten with new output. Not supported with
DatabaseOptions.
@return [Boolean]

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

Constants

SENSITIVE