/dhall-aws-cloudformation/cloudformation/AWS::CloudWatch::Alarm/MetricStat.dhall

Copy path to clipboard

Source

{ Type =
{ Metric : (./Metric.dhall).Type
, Period : Integer
, Stat : (./../../Fn.dhall).CfnText
, Unit : Optional (./../../Fn.dhall).CfnText
}
, default.Unit = None (./../../Fn.dhall).CfnText
}