Job Data Catalog Output Args
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
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
Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.