NAME
Paws::GlueDataBrew::DescribeJobResponse
ATTRIBUTES
CreateDate => Str
The date and time that the job was created.
CreatedBy => Str
The identifier (user name) of the user associated with the creation of the job.
DataCatalogOutputs => ArrayRef[Paws::GlueDataBrew::DataCatalogOutput]
One or more artifacts that represent the AWS Glue Data Catalog output from running the job.
DatasetName => Str
The dataset that the job acts upon.
EncryptionKeyArn => Str
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
EncryptionMode => Str
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.
Valid values are: "SSE-KMS"
, "SSE-S3"
=head2 JobSample => Paws::GlueDataBrew::JobSample
Sample configuration for profile jobs only. Determines the number of rows on which the profile job will be executed.
LastModifiedBy => Str
The identifier (user name) of the user who last modified the job.
LastModifiedDate => Str
The date and time that the job was last modified.
LogSubscription => Str
Indicates whether Amazon CloudWatch logging is enabled for this job.
Valid values are: "ENABLE"
, "DISABLE"
=head2 MaxCapacity => Int
The maximum number of compute nodes that DataBrew can consume when the job processes data.
MaxRetries => Int
The maximum number of times to retry the job after a job run fails.
REQUIRED Name => Str
The name of the job.
Outputs => ArrayRef[Paws::GlueDataBrew::Output]
One or more artifacts that represent the output from running the job.
ProjectName => Str
The DataBrew project associated with this job.
RecipeReference => Paws::GlueDataBrew::RecipeReference
ResourceArn => Str
The Amazon Resource Name (ARN) of the job.
RoleArn => Str
The ARN of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.
Tags => Paws::GlueDataBrew::TagMap
Metadata tags associated with this job.
Timeout => Int
The job's timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of TIMEOUT
.
Type => Str
The job type, which must be one of the following:
PROFILE
- The job analyzes the dataset to determine its size, data types, data distribution, and more.RECIPE
- The job applies one or more transformations to a dataset.
Valid values are: "PROFILE"
, "RECIPE"
=head2 _request_id => Str