AWS::DataBrew::ProjectResource schema for AWS::DataBrew::Project.
6 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DatasetName | string | Required |
Name | string | RequiredCreate-only |
RecipeName | string | Required |
RoleArn | string | Required |
Sample | Sample | |
Tags | Array<Tag> |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
databrew:CreateProjectdatabrew:DescribeProjectdatabrew:TagResourcedatabrew:UntagResourceiam:PassRoledatabrew:DescribeProjectiam:ListRolesdatabrew:UpdateProjectdatabrew:TagResourcedatabrew:UntagResourceiam:PassRoledatabrew:DeleteProjectdatabrew:ListProjectsdatabrew: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.
Name