AWS::DataBrew::JobResource schema for AWS::DataBrew::Job.
20 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
RoleArn | string | Required |
Type | string | RequiredCreate-only |
DatabaseOutputs | Array<DatabaseOutput> | |
DataCatalogOutputs | Array<DataCatalogOutput> | |
DatasetName | string | |
EncryptionKeyArn | string | |
EncryptionMode | string | |
JobSample | JobSample | |
LogSubscription | string | |
MaxCapacity | integer | |
MaxRetries | integer | |
OutputLocation | OutputLocation | |
Outputs | Array<Output> | |
ProfileConfiguration | ProfileConfiguration | |
ProjectName | string | |
Recipe | Recipe | |
Tags | Array<Tag> | |
Timeout | integer | |
ValidationConfigurations | Array<ValidationConfiguration> |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DataBrew::Job
Resources:
MyResource:
Type: AWS::DataBrew::Job
Properties:
Name: "my-name"
RoleArn: "arn:aws:service:region:account:resource"
Type: "PROFILE"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
databrew:CreateProfileJobdatabrew:CreateRecipeJobdatabrew:DescribeJobdatabrew:TagResourcedatabrew:UntagResourceiam:PassRoledatabrew:DescribeJobiam:ListRolesdatabrew:UpdateProfileJobdatabrew:UpdateRecipeJobdatabrew:TagResourcedatabrew:UntagResourceiam:PassRoledatabrew:DeleteJobdatabrew:ListJobsdatabrew:ListTagsForResourceiam:ListRolesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameType