AWS::DataBrew::RecipeResource schema for AWS::DataBrew::Recipe.
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
Steps | Array<RecipeStep> | Required |
Description | string | |
Tags | Array<Tag> |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DataBrew::Recipe
Resources:
MyResource:
Type: AWS::DataBrew::Recipe
Properties:
Name: "my-name"
Steps: []
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
databrew:CreateRecipedatabrew:DescribeRecipedatabrew:TagResourcedatabrew:UntagResourceiam:PassRoledatabrew:DescribeRecipedatabrew:ListTagsForResourceiam:ListRolesdatabrew:DeleteRecipeVersiondatabrew:ListRecipesiam:ListRolesdatabrew:UpdateRecipedatabrew:TagResourcedatabrew:UntagResourceOur 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