A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/GlueDataBrew/Types/CreateProfileJobRequest.html below:

CreateProfileJobRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GlueDataBrew::Types::CreateProfileJobRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 Instance Attribute Details #dataset_name ⇒ String

The name of the dataset that this job is to act upon.

#encryption_key_arn ⇒ String

The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.

#encryption_mode ⇒ String

The encryption mode for the job, which can be one of the following:

#log_subscription ⇒ String

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:

#max_capacity ⇒ Integer

The maximum number of nodes that DataBrew can use when the job processes data.

#max_retries ⇒ Integer

The maximum number of times to retry the job after a job run fails.

#name ⇒ String

The name of the job to be created.

#output_locationTypes::S3Location

An Amazon S3 location (bucket name an object key) where DataBrew can read input data, or write output from a job.

#role_arn ⇒ String

The 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 ⇒ Integer

The 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