You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::GlueDataBrew::Types::CreateProfileJobRequestWhen passing CreateProfileJobRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
dataset_name: "DatasetName", encryption_key_arn: "EncryptionKeyArn",
encryption_mode: "SSE-KMS", name: "JobName", log_subscription: "ENABLE", max_capacity: 1,
max_retries: 1,
output_location: { bucket: "Bucket", key: "Key",
},
role_arn: "Arn", tags: {
"TagKey" => "TagValue",
},
timeout: 1,
}
Instance Attribute Summary collapse
The name of the dataset that this job is to act upon.
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 use 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 be created.
An Amazon S3 location (bucket name an object key) where DataBrew can read input data, or write output from a job.
.
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to be assumed for this request.
Metadata tags to apply to this job.
The job\'s timeout in minutes.
The name of the dataset that this job is to act upon.
#encryption_key_arn ⇒ StringThe 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
- para>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 use 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 be created.
#output_location ⇒ Types::S3LocationAn Amazon S3 location (bucket name an object key) where DataBrew can read input data, or write output from a job.
#role_arn ⇒ StringThe Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to be assumed for this request.
#tags ⇒ Hash<String,String>Metadata tags to apply to this job.
#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