JobDataCatalogOutputArgs

data class JobDataCatalogOutputArgs(val catalogId: Output<String>? = null, val databaseName: Output<String>, val databaseOptions: Output<JobDatabaseTableOutputOptionsArgs>? = null, val overwrite: Output<Boolean>? = null, val s3Options: Output<JobS3TableOutputOptionsArgs>? = null, val tableName: Output<String>) : ConvertibleToJava<JobDataCatalogOutputArgs>

Constructors

Link copied to clipboard
constructor(catalogId: Output<String>? = null, databaseName: Output<String>, databaseOptions: Output<JobDatabaseTableOutputOptionsArgs>? = null, overwrite: Output<Boolean>? = null, s3Options: Output<JobS3TableOutputOptionsArgs>? = null, tableName: Output<String>)

Properties

Link copied to clipboard
val catalogId: Output<String>? = null

The unique identifier of the AWS account that holds the Data Catalog that stores the data.

Link copied to clipboard
val databaseName: Output<String>

The name of a database in the Data Catalog.

Link copied to clipboard

Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.

Link copied to clipboard
val overwrite: Output<Boolean>? = null

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

Link copied to clipboard

Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.

Link copied to clipboard
val tableName: Output<String>

The name of a table in the Data Catalog.

Functions

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