JobDatabaseTableOutputOptionsArgs

data class JobDatabaseTableOutputOptionsArgs(val tableName: Output<String>, val tempDirectory: Output<JobS3LocationArgs>? = null) : ConvertibleToJava<JobDatabaseTableOutputOptionsArgs>

Constructors

Link copied to clipboard
constructor(tableName: Output<String>, tempDirectory: Output<JobS3LocationArgs>? = null)

Properties

Link copied to clipboard
val tableName: Output<String>

A prefix for the name of a table DataBrew will create in the database.

Link copied to clipboard
val tempDirectory: Output<JobS3LocationArgs>? = null

Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.

Functions

Link copied to clipboard
open override fun toJava(): JobDatabaseTableOutputOptionsArgs