AWS Fundamentals Logo
AWS Fundamentals
AWS::DataBrew::Schedule

DataBrew Schedule

Resource schema for AWS::DataBrew::Schedule.

Properties

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

Filter:
PropertyTypeFlags
CronExpression
string
Required
Name
string
RequiredCreate-only
JobNames
Array<string>
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::Schedule

Resources:
  MyResource:
    Type: AWS::DataBrew::Schedule
    Properties:
      Name: "my-name"
      CronExpression: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

databrew:CreateScheduledatabrew:DescribeScheduledatabrew:TagResourcedatabrew:UntagResourceiam:PassRole

read

databrew:DescribeScheduleiam:ListRoles

update

databrew:UpdateScheduledatabrew:TagResourcedatabrew:UntagResource

delete

databrew:DeleteSchedule

list

databrew:ListSchedulesdatabrew: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
Properties4
Required2
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