You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::GlueDataBrew::Types::UpdateRecipeJobRequestWhen passing UpdateRecipeJobRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
encryption_key_arn: "EncryptionKeyArn",
encryption_mode: "SSE-KMS", name: "JobName", log_subscription: "ENABLE", max_capacity: 1,
max_retries: 1,
outputs: [ {
compression_format: "GZIP", format: "CSV", partition_columns: ["ColumnName"],
location: { bucket: "Bucket", key: "Key",
},
overwrite: false,
},
],
role_arn: "Arn", timeout: 1,
}
Instance Attribute Summary collapse
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
The encryption mode for the job, which can be one of the following:.
A value that enables or disables Amazon CloudWatch logging for the current AWS account.
The maximum number of nodes that DataBrew can consume when the job processes data.
The maximum number of times to retry the job after a job run fails.
The name of the job to update.
One or more artifacts that represent the output from running the job.
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to be assumed for this request.
The job\'s timeout in minutes.
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
#encryption_mode ⇒ StringThe encryption mode for the job, which can be one of the following:
SSE-KMS
- Server-side encryption with AWS KMS-managed keys.
SSE-S3
- Server-side encryption with keys managed by Amazon S3.
Possible values:
A value that enables or disables Amazon CloudWatch logging for the current AWS account. If logging is enabled, CloudWatch writes one log stream for each job run.
Possible values:
The maximum number of nodes that DataBrew can consume when the job processes data.
#max_retries ⇒ IntegerThe maximum number of times to retry the job after a job run fails.
#name ⇒ StringThe name of the job to update.
#outputs ⇒ Array<Types::Output>One or more artifacts that represent the output from running the job.
#role_arn ⇒ StringThe Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to be assumed for this request.
#timeout ⇒ IntegerThe job\'s timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of TIMEOUT
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4