Show / Hide Table of Contents

Class TreatMissingData

Specify how missing data points are treated during alarm evaluation.

Inheritance
System.Object
TreatMissingData
Namespace: Amazon.CDK.AWS.CloudWatch
Assembly: Amazon.CDK.AWS.CloudWatch.dll
Syntax (csharp)
public sealed class TreatMissingData : Enum
Syntax (vb)
Public NotInheritable Class TreatMissingData
    Inherits

     Enum

Synopsis

Fields

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.

value__

Fields

BREACHING

Missing data points are treated as breaching the threshold.

public const TreatMissingData BREACHING
Field Value
Type Description
TreatMissingData

IGNORE

The current alarm state is maintained.

public const TreatMissingData IGNORE
Field Value
Type Description
TreatMissingData

MISSING

The alarm does not consider missing data points when evaluating whether to change state.

public const TreatMissingData MISSING
Field Value
Type Description
TreatMissingData

NOT_BREACHING

Missing data points are treated as being within the threshold.

public const TreatMissingData NOT_BREACHING
Field Value
Type Description
TreatMissingData

value__

public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX