class Aws::GlueDataBrew::Types::DatabaseInputDefinition

Connection information for dataset input files stored in a database.

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

data as a hash:

    {
      glue_connection_name: "GlueConnectionName", # required
      database_table_name: "DatabaseTableName", # required
      temp_directory: {
        bucket: "Bucket", # required
        key: "Key",
      },
    }

@!attribute [rw] glue_connection_name

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

@!attribute [rw] database_table_name

The table within the target database.
@return [String]

@!attribute [rw] temp_directory

Represents an Amazon S3 location (bucket name and object key) where
DataBrew can read input data, or write output from a job.
@return [Types::S3Location]

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

Constants

SENSITIVE