AWS Fundamentals Logo
AWS Fundamentals
AWS::DataBrew::Job

DataBrew Job

Resource schema for AWS::DataBrew::Job.

Properties

20 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
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>

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

databrew:CreateProfileJobdatabrew:CreateRecipeJobdatabrew:DescribeJobdatabrew:TagResourcedatabrew:UntagResourceiam:PassRole

read

databrew:DescribeJobiam:ListRoles

update

databrew:UpdateProfileJobdatabrew:UpdateRecipeJobdatabrew:TagResourcedatabrew:UntagResourceiam:PassRole

delete

databrew:DeleteJob

list

databrew:ListJobsdatabrew:ListTagsForResourceiam:ListRoles

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceDataBrew
Properties20
Required3
TaggingSupported
Primary IDName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

NameType

External Links