class Aws::GlueDataBrew::Types::DatabaseTableOutputOptions
Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
@note When making an API call, you may pass DatabaseTableOutputOptions
data as a hash: { temp_directory: { bucket: "Bucket", # required key: "Key", }, table_name: "DatabaseTableName", # required }
@!attribute [rw] temp_directory
Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results. @return [Types::S3Location]
@!attribute [rw] table_name
A prefix for the name of a table DataBrew will create in the database. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/databrew-2017-07-25/DatabaseTableOutputOptions AWS API Documentation
Constants
- SENSITIVE