Values.JobSourceRepresents all of the attributes of a DataBrew job.
type nonrec t = {accountId : AccountId.t option;The ID of the Amazon Web Services account that owns the job.
*)createdBy : CreatedBy.t option;The Amazon Resource Name (ARN) of the user who created the job.
*)createDate : Date.t option;The date and time that the job was created.
*)datasetName : DatasetName.t option;A dataset that the job is to process.
*)encryptionKeyArn : EncryptionKeyArn.t option;The Amazon Resource Name (ARN) of an encryption key that is used to protect the job output. For more information, see Encrypting data written by DataBrew jobs
*)encryptionMode : EncryptionMode.t option;The encryption mode for the job, which can be one of the following: SSE-KMS - Server-side encryption with keys managed by KMS. SSE-S3 - Server-side encryption with keys managed by Amazon S3.
*)name : JobName.t option;The unique name of the job.
*)type_ : JobType.t option;The job type of the job, which must be one of the following: PROFILE - A job to analyze a dataset, to determine its size, data types, data distribution, and more. RECIPE - A job to apply one or more transformations to a dataset.
*)lastModifiedBy : LastModifiedBy.t option;The Amazon Resource Name (ARN) of the user who last modified the job.
*)lastModifiedDate : Date.t option;The modification date and time of the job.
*)logSubscription : LogSubscription.t option;The current status of Amazon CloudWatch logging for the job.
*)maxCapacity : MaxCapacity.t option;The maximum number of nodes that can be consumed when the job processes data.
*)maxRetries : MaxRetries.t option;The maximum number of times to retry the job after a job run fails.
*)outputs : OutputList.t option;One or more artifacts that represent output from running the job.
*)dataCatalogOutputs : DataCatalogOutputList.t option;One or more artifacts that represent the Glue Data Catalog output from running the job.
*)databaseOutputs : DatabaseOutputList.t option;Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.
*)projectName : ProjectName.t option;The name of the project that the job is associated with.
*)recipeReference : RecipeReference.t option;A set of steps that the job runs.
*)resourceArn : Arn.t option;The unique Amazon Resource Name (ARN) for the job.
*)roleArn : Arn.t option;The Amazon Resource Name (ARN) of the role to be assumed for this job.
*)timeout : Timeout.t option;The job's timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of TIMEOUT.
*)jobSample : JobSample.t option;A sample configuration for profile jobs only, which determines the number of rows on which the profile job is run. If a JobSample value isn't provided, the default value is used. The default value is CUSTOM_ROWS for the mode parameter and 20,000 for the size parameter.
*)validationConfigurations : ValidationConfigurationList.t option;List of validation configurations that are applied to the profile job.
*)}val make :
?accountId:??? ->
?createdBy:??? ->
?createDate:??? ->
?datasetName:??? ->
?encryptionKeyArn:??? ->
?encryptionMode:??? ->
?name:??? ->
?type_:??? ->
?lastModifiedBy:??? ->
?lastModifiedDate:??? ->
?logSubscription:??? ->
?maxCapacity:??? ->
?maxRetries:??? ->
?outputs:??? ->
?dataCatalogOutputs:??? ->
?databaseOutputs:??? ->
?projectName:??? ->
?recipeReference:??? ->
?resourceArn:??? ->
?roleArn:??? ->
?timeout:??? ->
?tags:??? ->
?jobSample:??? ->
?validationConfigurations:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of MaxCapacity.t
| `List of
[> `Structure of
(string
* [> `Boolean of OverwriteOutput.t
| `Enum of string
| `Integer of MaxOutputFiles.t
| `List of [> `String of ColumnName.t ] list
| `String of CatalogId.t
| `Structure of
(string
* [> `String of Bucket.t
| `Structure of
(string * [> `String of Delimiter.t ]) list ])
list ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of AccountId.t
| `Structure of
(string
* [> `Enum of string
| `Long of JobSize.t
| `String of RecipeName.t ])
list
| `Timestamp of Date.t ])
list ]