AWS::DataBrew::ScheduleResource schema for AWS::DataBrew::Schedule.
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CronExpression | string | Required |
Name | string | RequiredCreate-only |
JobNames | Array<string> | |
Tags | Array<Tag> |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DataBrew::Schedule
Resources:
MyResource:
Type: AWS::DataBrew::Schedule
Properties:
Name: "my-name"
CronExpression: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
databrew:CreateScheduledatabrew:DescribeScheduledatabrew:TagResourcedatabrew:UntagResourceiam:PassRoledatabrew:DescribeScheduleiam:ListRolesdatabrew:UpdateScheduledatabrew:TagResourcedatabrew:UntagResourcedatabrew:DeleteScheduledatabrew:ListSchedulesdatabrew: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