/dhall-aws-cloudformation/cloudformation/AWS::CloudWatch::Alarm/MetricStat.dhall
Copy path to clipboardSource
{ Type =
{ Metric : (./Metric.dhall).Type
, Period : Integer
, Stat : (./../../Fn.dhall).CfnText
, Unit : Optional (./../../Fn.dhall).CfnText
}
, default.Unit = None (./../../Fn.dhall).CfnText
}