/dhall-aws-cloudformation/cloudformation/AWS::Scheduler::ScheduleGroup/Properties.dhall

Copy path to clipboard

Source

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