Class: Aws::GlueDataBrew::Types::UpdateProfileJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::UpdateProfileJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::ProfileConfiguration
Configuration for profile jobs.
-
#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:.
-
#job_sample ⇒ Types::JobSample
Sample configuration for Profile Jobs only.
-
#log_subscription ⇒ String
Enables or disables Amazon CloudWatch logging for the job.
-
#max_capacity ⇒ Integer
The maximum number of compute 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 updated.
-
#output_location ⇒ Types::S3Location
Represents an Amazon S3 location (bucket name, bucket owner, and object key) where DataBrew can read input data, or write output from a job.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.
-
#timeout ⇒ Integer
The job’s timeout in minutes.
-
#validation_configurations ⇒ Array<Types::ValidationConfiguration>
List of validation configurations that are applied to the profile job.
Instance Attribute Details
#configuration ⇒ Types::ProfileConfiguration
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.
3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3880 class UpdateProfileJobRequest < Struct.new( :configuration, :encryption_key_arn, :encryption_mode, :name, :log_subscription, :max_capacity, :max_retries, :output_location, :validation_configurations, :role_arn, :timeout, :job_sample) SENSITIVE = [] include Aws::Structure end |
#encryption_key_arn ⇒ String
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3880 class UpdateProfileJobRequest < Struct.new( :configuration, :encryption_key_arn, :encryption_mode, :name, :log_subscription, :max_capacity, :max_retries, :output_location, :validation_configurations, :role_arn, :timeout, :job_sample) SENSITIVE = [] include Aws::Structure end |
#encryption_mode ⇒ String
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.
3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3880 class UpdateProfileJobRequest < Struct.new( :configuration, :encryption_key_arn, :encryption_mode, :name, :log_subscription, :max_capacity, :max_retries, :output_location, :validation_configurations, :role_arn, :timeout, :job_sample) SENSITIVE = [] include Aws::Structure end |
#job_sample ⇒ Types::JobSample
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.
3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3880 class UpdateProfileJobRequest < Struct.new( :configuration, :encryption_key_arn, :encryption_mode, :name, :log_subscription, :max_capacity, :max_retries, :output_location, :validation_configurations, :role_arn, :timeout, :job_sample) SENSITIVE = [] include Aws::Structure end |
#log_subscription ⇒ String
Enables or disables Amazon CloudWatch logging for the job. If logging is enabled, CloudWatch writes one log stream for each job run.
3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3880 class UpdateProfileJobRequest < Struct.new( :configuration, :encryption_key_arn, :encryption_mode, :name, :log_subscription, :max_capacity, :max_retries, :output_location, :validation_configurations, :role_arn, :timeout, :job_sample) SENSITIVE = [] include Aws::Structure end |
#max_capacity ⇒ Integer
The maximum number of compute nodes that DataBrew can use when the job processes data.
3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3880 class UpdateProfileJobRequest < Struct.new( :configuration, :encryption_key_arn, :encryption_mode, :name, :log_subscription, :max_capacity, :max_retries, :output_location, :validation_configurations, :role_arn, :timeout, :job_sample) SENSITIVE = [] include Aws::Structure end |
#max_retries ⇒ Integer
The maximum number of times to retry the job after a job run fails.
3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3880 class UpdateProfileJobRequest < Struct.new( :configuration, :encryption_key_arn, :encryption_mode, :name, :log_subscription, :max_capacity, :max_retries, :output_location, :validation_configurations, :role_arn, :timeout, :job_sample) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the job to be updated.
3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3880 class UpdateProfileJobRequest < Struct.new( :configuration, :encryption_key_arn, :encryption_mode, :name, :log_subscription, :max_capacity, :max_retries, :output_location, :validation_configurations, :role_arn, :timeout, :job_sample) SENSITIVE = [] include Aws::Structure end |
#output_location ⇒ Types::S3Location
Represents an Amazon S3 location (bucket name, bucket owner, and object key) where DataBrew can read input data, or write output from a job.
3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3880 class UpdateProfileJobRequest < Struct.new( :configuration, :encryption_key_arn, :encryption_mode, :name, :log_subscription, :max_capacity, :max_retries, :output_location, :validation_configurations, :role_arn, :timeout, :job_sample) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.
3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3880 class UpdateProfileJobRequest < Struct.new( :configuration, :encryption_key_arn, :encryption_mode, :name, :log_subscription, :max_capacity, :max_retries, :output_location, :validation_configurations, :role_arn, :timeout, :job_sample) SENSITIVE = [] include Aws::Structure end |
#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`.
3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3880 class UpdateProfileJobRequest < Struct.new( :configuration, :encryption_key_arn, :encryption_mode, :name, :log_subscription, :max_capacity, :max_retries, :output_location, :validation_configurations, :role_arn, :timeout, :job_sample) SENSITIVE = [] include Aws::Structure end |
#validation_configurations ⇒ Array<Types::ValidationConfiguration>
List of validation configurations that are applied to the profile job.
3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3880 class UpdateProfileJobRequest < Struct.new( :configuration, :encryption_key_arn, :encryption_mode, :name, :log_subscription, :max_capacity, :max_retries, :output_location, :validation_configurations, :role_arn, :timeout, :job_sample) SENSITIVE = [] include Aws::Structure end |