Show / Hide Table of Contents

Interface IAlarmProps

Properties for Alarms.

Inherited Members
ICreateAlarmOptions.EvaluationPeriods
ICreateAlarmOptions.Threshold
ICreateAlarmOptions.ActionsEnabled
ICreateAlarmOptions.AlarmDescription
ICreateAlarmOptions.AlarmName
ICreateAlarmOptions.ComparisonOperator
ICreateAlarmOptions.DatapointsToAlarm
ICreateAlarmOptions.EvaluateLowSampleCountPercentile
ICreateAlarmOptions.Period
ICreateAlarmOptions.Statistic
ICreateAlarmOptions.TreatMissingData
Namespace: Amazon.CDK.AWS.CloudWatch
Assembly: Amazon.CDK.AWS.CloudWatch.dll
Syntax (csharp)
public interface IAlarmProps : ICreateAlarmOptions
Syntax (vb)
Public Interface IAlarmProps
    Inherits ICreateAlarmOptions

Synopsis

Properties

Metric

The metric to add the alarm on.

Properties

Metric

The metric to add the alarm on.

IMetric Metric { get; }
Property Value

IMetric

Remarks

Metric objects can be obtained from most resources, or you can construct custom Metric objects by instantiating one.

Back to top Generated by DocFX