AWS Fundamentals Logo
AWS Fundamentals
AWS::DataBrew::Project

DataBrew Project

Resource schema for AWS::DataBrew::Project.

Properties

6 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
DatasetName
string
Required
Name
string
RequiredCreate-only
RecipeName
string
Required
RoleArn
string
Required
Sample
Sample
Tags
Array<Tag>

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::Project

Resources:
  MyResource:
    Type: AWS::DataBrew::Project
    Properties:
      DatasetName: "my-datasetname"
      Name: "my-name"
      RecipeName: "my-recipename"
      RoleArn: "arn:aws:service:region:account:resource"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

databrew:CreateProjectdatabrew:DescribeProjectdatabrew:TagResourcedatabrew:UntagResourceiam:PassRole

read

databrew:DescribeProjectiam:ListRoles

update

databrew:UpdateProjectdatabrew:TagResourcedatabrew:UntagResourceiam:PassRole

delete

databrew:DeleteProject

list

databrew:ListProjectsdatabrew: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
Properties6
Required4
TaggingSupported
Primary IDName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

Name

External Links