Options
All
  • Public
  • Public/Protected
  • All
Menu

AWS CloudWatch Alarm configuration

Hierarchy

  • AlarmConfig

Implements

Index

Constructors

Properties

alarmDescription: string = ''

Description for the alarm

alarmName: string = ''

Name of the alarm

comparisonOperator: string = ''

Comparison to use to check if metric is breaching

evaluationPeriods: number = 1

The number of periods over which data is compared to the specified threshold.

metricName: string = ''

Name of the metric.

namespace: string = ''

Namespace of the metric.

period: number = 300

The period over which the specified statistic is applied.

snsAlertLevel: string = ''

Alert SNS notification level

statistic: string = ''

What functions to use for aggregating.

Can be one of the following:

  • “Minimum” | “min”
  • “Maximum” | “max”
  • “Average” | “avg”
  • “Sum” | “sum”
  • “SampleCount | “n”
  • “pNN.NN”
threshold: number = 1

The value against which the specified statistic is compared.

treatMissingData: string = ''

Sets how this alarm is to handle missing data points.

Generated using TypeDoc