/dhall-aws-cloudformation/cloudformation/AWS::CloudWatch::AnomalyDetector/Configuration.dhall

Copy path to clipboard

Source

{ Type =
{ ExcludedTimeRanges : Optional (List (./Range.dhall).Type)
, MetricTimeZone : Optional (./../../Fn.dhall).CfnText
}
, default =
{ ExcludedTimeRanges = None (List (./Range.dhall).Type)
, MetricTimeZone = None (./../../Fn.dhall).CfnText
}
}