DataCatalogOutput
Represents options that specify how and where in the AWS Glue Data Catalog DataBrew writes the output generated by recipe jobs.
Contents
Note
In the following list, the required parameters are described first.
- DatabaseName
-
The name of a database in the Data Catalog.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: Yes
- TableName
-
The name of a table in the Data Catalog.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: Yes
- CatalogId
-
The unique identifier of the AWS account that holds the Data Catalog that stores the data.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: No
- DatabaseOptions
-
Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
Type: DatabaseTableOutputOptions object
Required: No
- Overwrite
-
A value that, if true, means that any data in the location specified for output is overwritten with new output. Not supported with DatabaseOptions.
Type: Boolean
Required: No
- S3Options
-
Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.
Type: S3TableOutputOptions object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: