MDAA TS Docs
    Preparing search index...

    Configuration for a single CloudWatch alarm threshold.

    interface AlarmThresholdConfig {
        enabled?: boolean;
        evaluationPeriods?: number;
        period?: number;
        threshold: number;
    }
    Index

    Properties

    enabled?: boolean

    Whether this alarm is enabled.

    true
    
    evaluationPeriods?: number

    Number of evaluation periods before alarming.

    3
    
    period?: number

    Evaluation period in seconds.

    300
    
    threshold: number

    Threshold value for the alarm