| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DataBrew.DescribeJob
Description
Returns the definition of a specific DataBrew job.
Synopsis
- data DescribeJob = DescribeJob' {}
- newDescribeJob :: Text -> DescribeJob
- describeJob_name :: Lens' DescribeJob Text
- data DescribeJobResponse = DescribeJobResponse' {
- createDate :: Maybe POSIX
- createdBy :: Maybe Text
- dataCatalogOutputs :: Maybe (NonEmpty DataCatalogOutput)
- databaseOutputs :: Maybe (NonEmpty DatabaseOutput)
- datasetName :: Maybe Text
- encryptionKeyArn :: Maybe Text
- encryptionMode :: Maybe EncryptionMode
- jobSample :: Maybe JobSample
- lastModifiedBy :: Maybe Text
- lastModifiedDate :: Maybe POSIX
- logSubscription :: Maybe LogSubscription
- maxCapacity :: Maybe Int
- maxRetries :: Maybe Natural
- outputs :: Maybe (NonEmpty Output)
- profileConfiguration :: Maybe ProfileConfiguration
- projectName :: Maybe Text
- recipeReference :: Maybe RecipeReference
- resourceArn :: Maybe Text
- roleArn :: Maybe Text
- tags :: Maybe (HashMap Text Text)
- timeout :: Maybe Natural
- type' :: Maybe JobType
- validationConfigurations :: Maybe (NonEmpty ValidationConfiguration)
- httpStatus :: Int
- name :: Text
- newDescribeJobResponse :: Int -> Text -> DescribeJobResponse
- describeJobResponse_createDate :: Lens' DescribeJobResponse (Maybe UTCTime)
- describeJobResponse_createdBy :: Lens' DescribeJobResponse (Maybe Text)
- describeJobResponse_dataCatalogOutputs :: Lens' DescribeJobResponse (Maybe (NonEmpty DataCatalogOutput))
- describeJobResponse_databaseOutputs :: Lens' DescribeJobResponse (Maybe (NonEmpty DatabaseOutput))
- describeJobResponse_datasetName :: Lens' DescribeJobResponse (Maybe Text)
- describeJobResponse_encryptionKeyArn :: Lens' DescribeJobResponse (Maybe Text)
- describeJobResponse_encryptionMode :: Lens' DescribeJobResponse (Maybe EncryptionMode)
- describeJobResponse_jobSample :: Lens' DescribeJobResponse (Maybe JobSample)
- describeJobResponse_lastModifiedBy :: Lens' DescribeJobResponse (Maybe Text)
- describeJobResponse_lastModifiedDate :: Lens' DescribeJobResponse (Maybe UTCTime)
- describeJobResponse_logSubscription :: Lens' DescribeJobResponse (Maybe LogSubscription)
- describeJobResponse_maxCapacity :: Lens' DescribeJobResponse (Maybe Int)
- describeJobResponse_maxRetries :: Lens' DescribeJobResponse (Maybe Natural)
- describeJobResponse_outputs :: Lens' DescribeJobResponse (Maybe (NonEmpty Output))
- describeJobResponse_profileConfiguration :: Lens' DescribeJobResponse (Maybe ProfileConfiguration)
- describeJobResponse_projectName :: Lens' DescribeJobResponse (Maybe Text)
- describeJobResponse_recipeReference :: Lens' DescribeJobResponse (Maybe RecipeReference)
- describeJobResponse_resourceArn :: Lens' DescribeJobResponse (Maybe Text)
- describeJobResponse_roleArn :: Lens' DescribeJobResponse (Maybe Text)
- describeJobResponse_tags :: Lens' DescribeJobResponse (Maybe (HashMap Text Text))
- describeJobResponse_timeout :: Lens' DescribeJobResponse (Maybe Natural)
- describeJobResponse_type :: Lens' DescribeJobResponse (Maybe JobType)
- describeJobResponse_validationConfigurations :: Lens' DescribeJobResponse (Maybe (NonEmpty ValidationConfiguration))
- describeJobResponse_httpStatus :: Lens' DescribeJobResponse Int
- describeJobResponse_name :: Lens' DescribeJobResponse Text
Creating a Request
data DescribeJob Source #
See: newDescribeJob smart constructor.
Constructors
| DescribeJob' | |
Instances
Arguments
| :: Text | |
| -> DescribeJob |
Create a value of DescribeJob with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DescribeJob, describeJob_name - The name of the job to be described.
Request Lenses
describeJob_name :: Lens' DescribeJob Text Source #
The name of the job to be described.
Destructuring the Response
data DescribeJobResponse Source #
See: newDescribeJobResponse smart constructor.
Constructors
| DescribeJobResponse' | |
Fields
| |
Instances
newDescribeJobResponse Source #
Create a value of DescribeJobResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DescribeJobResponse, describeJobResponse_createDate - The date and time that the job was created.
DescribeJobResponse, describeJobResponse_createdBy - The identifier (user name) of the user associated with the creation of
the job.
DescribeJobResponse, describeJobResponse_dataCatalogOutputs - One or more artifacts that represent the Glue Data Catalog output from
running the job.
DescribeJobResponse, describeJobResponse_databaseOutputs - Represents a list of JDBC database output objects which defines the
output destination for a DataBrew recipe job to write into.
DescribeJobResponse, describeJobResponse_datasetName - The dataset that the job acts upon.
DescribeJobResponse, describeJobResponse_encryptionKeyArn - The Amazon Resource Name (ARN) of an encryption key that is used to
protect the job.
DescribeJobResponse, describeJobResponse_encryptionMode - 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.
DescribeJobResponse, describeJobResponse_jobSample - Sample configuration for profile jobs only. Determines the number of
rows on which the profile job will be executed.
DescribeJobResponse, describeJobResponse_lastModifiedBy - The identifier (user name) of the user who last modified the job.
DescribeJobResponse, describeJobResponse_lastModifiedDate - The date and time that the job was last modified.
DescribeJobResponse, describeJobResponse_logSubscription - Indicates whether Amazon CloudWatch logging is enabled for this job.
DescribeJobResponse, describeJobResponse_maxCapacity - The maximum number of compute nodes that DataBrew can consume when the
job processes data.
DescribeJobResponse, describeJobResponse_maxRetries - The maximum number of times to retry the job after a job run fails.
DescribeJobResponse, describeJobResponse_outputs - One or more artifacts that represent the output from running the job.
$sel:profileConfiguration:DescribeJobResponse', describeJobResponse_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.
DescribeJobResponse, describeJobResponse_projectName - The DataBrew project associated with this job.
DescribeJobResponse, describeJobResponse_recipeReference - Undocumented member.
DescribeJobResponse, describeJobResponse_resourceArn - The Amazon Resource Name (ARN) of the job.
DescribeJobResponse, describeJobResponse_roleArn - The ARN of the Identity and Access Management (IAM) role to be assumed
when DataBrew runs the job.
DescribeJobResponse, describeJobResponse_tags - Metadata tags associated with this job.
DescribeJobResponse, describeJobResponse_timeout - The job's timeout in minutes. A job that attempts to run longer than
this timeout period ends with a status of TIMEOUT.
DescribeJobResponse, describeJobResponse_type - 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.
DescribeJobResponse, describeJobResponse_validationConfigurations - List of validation configurations that are applied to the profile job.
$sel:httpStatus:DescribeJobResponse', describeJobResponse_httpStatus - The response's http status code.
DescribeJob, describeJobResponse_name - The name of the job.
Response Lenses
describeJobResponse_createDate :: Lens' DescribeJobResponse (Maybe UTCTime) Source #
The date and time that the job was created.
describeJobResponse_createdBy :: Lens' DescribeJobResponse (Maybe Text) Source #
The identifier (user name) of the user associated with the creation of the job.
describeJobResponse_dataCatalogOutputs :: Lens' DescribeJobResponse (Maybe (NonEmpty DataCatalogOutput)) Source #
One or more artifacts that represent the Glue Data Catalog output from running the job.
describeJobResponse_databaseOutputs :: Lens' DescribeJobResponse (Maybe (NonEmpty DatabaseOutput)) Source #
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.
describeJobResponse_datasetName :: Lens' DescribeJobResponse (Maybe Text) Source #
The dataset that the job acts upon.
describeJobResponse_encryptionKeyArn :: Lens' DescribeJobResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
describeJobResponse_encryptionMode :: Lens' DescribeJobResponse (Maybe EncryptionMode) Source #
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.
describeJobResponse_jobSample :: Lens' DescribeJobResponse (Maybe JobSample) Source #
Sample configuration for profile jobs only. Determines the number of rows on which the profile job will be executed.
describeJobResponse_lastModifiedBy :: Lens' DescribeJobResponse (Maybe Text) Source #
The identifier (user name) of the user who last modified the job.
describeJobResponse_lastModifiedDate :: Lens' DescribeJobResponse (Maybe UTCTime) Source #
The date and time that the job was last modified.
describeJobResponse_logSubscription :: Lens' DescribeJobResponse (Maybe LogSubscription) Source #
Indicates whether Amazon CloudWatch logging is enabled for this job.
describeJobResponse_maxCapacity :: Lens' DescribeJobResponse (Maybe Int) Source #
The maximum number of compute nodes that DataBrew can consume when the job processes data.
describeJobResponse_maxRetries :: Lens' DescribeJobResponse (Maybe Natural) Source #
The maximum number of times to retry the job after a job run fails.
describeJobResponse_outputs :: Lens' DescribeJobResponse (Maybe (NonEmpty Output)) Source #
One or more artifacts that represent the output from running the job.
describeJobResponse_profileConfiguration :: Lens' DescribeJobResponse (Maybe ProfileConfiguration) Source #
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.
describeJobResponse_projectName :: Lens' DescribeJobResponse (Maybe Text) Source #
The DataBrew project associated with this job.
describeJobResponse_recipeReference :: Lens' DescribeJobResponse (Maybe RecipeReference) Source #
Undocumented member.
describeJobResponse_resourceArn :: Lens' DescribeJobResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the job.
describeJobResponse_roleArn :: Lens' DescribeJobResponse (Maybe Text) Source #
The ARN of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.
describeJobResponse_tags :: Lens' DescribeJobResponse (Maybe (HashMap Text Text)) Source #
Metadata tags associated with this job.
describeJobResponse_timeout :: Lens' DescribeJobResponse (Maybe Natural) Source #
The job's timeout in minutes. A job that attempts to run longer than
this timeout period ends with a status of TIMEOUT.
describeJobResponse_type :: Lens' DescribeJobResponse (Maybe JobType) Source #
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.
describeJobResponse_validationConfigurations :: Lens' DescribeJobResponse (Maybe (NonEmpty ValidationConfiguration)) Source #
List of validation configurations that are applied to the profile job.
describeJobResponse_httpStatus :: Lens' DescribeJobResponse Int Source #
The response's http status code.
describeJobResponse_name :: Lens' DescribeJobResponse Text Source #
The name of the job.