You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Lightsail::Types::AlarmDescribes an alarm.
An alarm is a way to monitor your Amazon Lightsail resource metrics. For more information, see Alarms in Amazon Lightsail.
Instance Attribute Summary collapseThe Amazon Resource Name (ARN) of the alarm.
The arithmetic operation used when comparing the specified statistic and threshold.
The contact protocols for the alarm, such as Email
, SMS
(text messaging), or both.
The timestamp when the alarm was created.
The number of data points that must not within the specified threshold to trigger the alarm.
The number of periods over which data is compared to the specified threshold.
An object that lists information about the location of the alarm.
The name of the metric associated with the alarm.
An object that lists information about the resource monitored by the alarm.
The name of the alarm.
Indicates whether the alarm is enabled.
The alarm states that trigger a notification.
The period, in seconds, over which the statistic is applied.
The Lightsail resource type (e.g., Alarm
).
The current state of the alarm.
The statistic for the metric associated with the alarm.
The support code.
The value against which the specified statistic is compared.
Specifies how the alarm handles missing data points.
The unit of the metric associated with the alarm.
The Amazon Resource Name (ARN) of the alarm.
#comparison_operator ⇒ StringThe arithmetic operation used when comparing the specified statistic and threshold.
Possible values:
The contact protocols for the alarm, such as Email
, SMS
(text messaging), or both.
The timestamp when the alarm was created.
#datapoints_to_alarm ⇒ IntegerThe number of data points that must not within the specified threshold to trigger the alarm.
#evaluation_periods ⇒ IntegerThe number of periods over which data is compared to the specified threshold.
#metric_name ⇒ StringThe name of the metric associated with the alarm.
Possible values:
Indicates whether the alarm is enabled.
#notification_triggers ⇒ Array<String>The alarm states that trigger a notification.
#period ⇒ IntegerThe period, in seconds, over which the statistic is applied.
#resource_type ⇒ StringThe Lightsail resource type (e.g., Alarm
).
Possible values:
The current state of the alarm.
An alarm has the following possible states:
ALARM
- The metric is outside of the defined threshold.
INSUFFICIENT_DATA
- The alarm has just started, the metric is not available, or not enough data is available for the metric to determine the alarm state.
OK
- The metric is within the defined threshold.
Possible values:
The statistic for the metric associated with the alarm.
The following statistics are available:
Minimum
- The lowest value observed during the specified period. Use this value to determine low volumes of activity for your application.
Maximum
- The highest value observed during the specified period. Use this value to determine high volumes of activity for your application.
Sum
- All values submitted for the matching metric added together. You can use this statistic to determine the total volume of a metric.
Average
- The value of Sum / SampleCount during the specified period. By comparing this statistic with the Minimum and Maximum values, you can determine the full scope of a metric and how close the average use is to the Minimum and Maximum values. This comparison helps you to know when to increase or decrease your resources.
SampleCount
- The count, or number, of data points used for the statistical calculation.
Possible values:
The support code. Include this code in your email to support when you have questions about your Lightsail alarm. This code enables our support team to look up your Lightsail information more easily.
#threshold ⇒ FloatThe value against which the specified statistic is compared.
#treat_missing_data ⇒ StringSpecifies how the alarm handles missing data points.
An alarm can treat missing data in the following ways:
breaching
- Assume the missing data is not within the threshold. Missing data counts towards the number of times the metric is not within the threshold.
notBreaching
- Assume the missing data is within the threshold. Missing data does not count towards the number of times the metric is not within the threshold.
ignore
- Ignore the missing data. Maintains the current alarm state.
missing
- Missing data is treated as missing.
Possible values:
The unit of the metric associated with the alarm.
Possible values:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4