/dhall-aws-cloudformation/cloudformation/AWS::DataBrew::Schedule/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ CronExpression : (./../../Fn.dhall).CfnText
, JobNames : Optional (List (./../../Fn.dhall).CfnText)
, Name : (./../../Fn.dhall).CfnText
, Tags : Optional (List (./../Tag.dhall).Type)
}
, default =
{ JobNames = None (List (./../../Fn.dhall).CfnText)
, Tags = None (List (./../Tag.dhall).Type)
}
}