Values.UpdateProfileJobRequestSourceModifies the definition of an existing profile job.
type nonrec t = {configuration : ProfileConfiguration.t option;Configuration for profile jobs. Used to select columns, do evaluations, and override default parameters of evaluations. When configuration is null, the profile job will run with default settings.
*)encryptionKeyArn : EncryptionKeyArn.t option;The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
*)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;The name of the job to be updated.
*)logSubscription : LogSubscription.t option;Enables or disables Amazon CloudWatch logging for the job. If logging is enabled, CloudWatch writes one log stream for each job run.
*)maxCapacity : MaxCapacity.t option;The maximum number of compute nodes that DataBrew can use when the job processes data.
*)maxRetries : MaxRetries.t option;The maximum number of times to retry the job after a job run fails.
*)outputLocation : S3Location.t;validationConfigurations : ValidationConfigurationList.t option;List of validation configurations that are applied to the profile job.
*)roleArn : Arn.t;The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the 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;Sample configuration for Profile Jobs only. Determines the number of rows on which the Profile job will be executed. If a JobSample value is not provided for profile jobs, the default value will be used. The default value is CUSTOM_ROWS for the mode parameter and 20000 for the size parameter.
*)}val make :
?configuration:??? ->
?encryptionKeyArn:??? ->
?encryptionMode:??? ->
?logSubscription:??? ->
?maxCapacity:??? ->
?maxRetries:??? ->
?validationConfigurations:??? ->
?timeout:??? ->
?jobSample:??? ->
name:JobName.t ->
outputLocation:S3Location.t ->
roleArn:Arn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of MaxCapacity.t
| `List of
[> `Structure of
(string * [> `Enum of string | `String of Arn.t ]) list ]
list
| `String of EncryptionKeyArn.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of ColumnName.t ]) list ]
list
| `String of ColumnName.t
| `Structure of
(string
* [> `List of
[> `String of Statistic.t
| `Structure of
(string
* [> `Map of
([> `String of ParameterName.t ]
* [> `String of ParameterValue.t ])
list
| `String of Statistic.t ])
list ]
list ])
list ])
list ]
list
| `Long of JobSize.t
| `String of Bucket.t
| `Structure of
(string
* [> `List of
[> `String of Statistic.t
| `Structure of
(string
* [> `List of [> `String of Statistic.t ] list
| `Map of
([> `String of ParameterName.t ]
* [> `String of ParameterValue.t ])
list
| `String of Statistic.t ])
list ]
list ])
list ])
list ])
list ]