/dhall-aws-cloudformation/cloudformation/AWS::IoTEvents::DetectorModel/SetTimer.dhall
Copy path to clipboardSource
{ Type =
{ DurationExpression : Optional (./../../Fn.dhall).CfnText
, Seconds : Optional Integer
, TimerName : (./../../Fn.dhall).CfnText
}
, default =
{ DurationExpression = None (./../../Fn.dhall).CfnText
, Seconds = None Integer
}
}