TreatMissingData¶
-
class
aws_cdk.aws_cloudwatch.
TreatMissingData
(value)¶ Bases:
enum.Enum
Specify how missing data points are treated during alarm evaluation.
Attributes
-
BREACHING
¶ Missing data points are treated as breaching the threshold.
-
IGNORE
¶ The current alarm state is maintained.
-
MISSING
¶ The alarm does not consider missing data points when evaluating whether to change state.
-
NOT_BREACHING
¶ Missing data points are treated as being within the threshold.
-