job
Gets an individual job
resource
Overview
Name | job |
Type | Resource |
Description | job |
Id | awscc.databrew.job |
Fields
Name | Datatype | Description |
---|---|---|
dataset_name | string | Dataset name |
encryption_key_arn | string | Encryption Key Arn |
encryption_mode | string | Encryption mode |
name | string | Job name |
type | string | Job type |
log_subscription | string | Log subscription |
max_capacity | integer | Max capacity |
max_retries | integer | Max retries |
outputs | array | |
data_catalog_outputs | array | |
database_outputs | array | |
output_location | object | Output location |
project_name | string | Project name |
recipe | object | |
role_arn | string | Role arn |
tags | array | |
timeout | integer | Timeout |
job_sample | object | Job Sample |
profile_configuration | object | Profile Job configuration |
validation_configurations | array | Data quality rules configuration |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
dataset_name,
encryption_key_arn,
encryption_mode,
name,
type,
log_subscription,
max_capacity,
max_retries,
outputs,
data_catalog_outputs,
database_outputs,
output_location,
project_name,
recipe,
role_arn,
tags,
timeout,
job_sample,
profile_configuration,
validation_configurations
FROM awscc.databrew.job
WHERE data__Identifier = '<Name>';
Permissions
To operate on the job
resource, the following permissions are required:
Read
databrew:DescribeJob,
databrew:ListTagsForResource,
iam:ListRoles
Update
databrew:UpdateProfileJob,
databrew:UpdateRecipeJob,
iam:PassRole
Delete
databrew:DeleteJob