class Aws::GlueDataBrew::Types::DataCatalogInputDefinition

Represents how metadata stored in the Glue Data Catalog is defined in a DataBrew dataset.

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

data as a hash:

    {
      catalog_id: "CatalogId",
      database_name: "DatabaseName", # required
      table_name: "TableName", # required
      temp_directory: {
        bucket: "Bucket", # required
        key: "Key",
      },
    }

@!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 database table in the Data Catalog. This table
corresponds to a DataBrew dataset.
@return [String]

@!attribute [rw] temp_directory

Represents an Amazon location where DataBrew can store intermediate
results.
@return [Types::S3Location]

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

Constants

SENSITIVE