/dhall-aws-cloudformation/cloudformation/AWS::IoT::JobTemplate/MaintenanceWindow.dhall

Copy path to clipboard

Source

{ Type =
{ DurationInMinutes : Optional Integer
, StartTime : Optional (./../../Fn.dhall).CfnText
}
, default =
{ DurationInMinutes = None Integer
, StartTime = None (./../../Fn.dhall).CfnText
}
}