GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::CloudWatch::MetricAlarm(3) User Contributed Perl Documentation Paws::CloudWatch::MetricAlarm(3)

Paws::CloudWatch::MetricAlarm

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::CloudWatch::MetricAlarm object:

  $service_obj->Method(Att1 => { ActionsEnabled => $value, ..., Unit => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::CloudWatch::MetricAlarm object:

  $result = $service_obj->Method(...);
  $result->Att1->ActionsEnabled

The details about a metric alarm.

Indicates whether actions should be executed during any changes to the alarm state.

The actions to execute when this alarm transitions to the "ALARM" state from any other state. Each action is specified as an Amazon Resource Name (ARN).

The Amazon Resource Name (ARN) of the alarm.

The time stamp of the last update to the alarm configuration.

The description of the alarm.

The name of the alarm.

The arithmetic operation to use when comparing the specified statistic and threshold. The specified statistic value is used as the first operand.

The number of data points that must be breaching to trigger the alarm.

The dimensions for the metric associated with the alarm.

Used only for alarms based on percentiles. If "ignore", the alarm state does not change during periods with too few data points to be statistically significant. If "evaluate" or this parameter is not used, the alarm is always evaluated and possibly changes state no matter how many data points are available.

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

The percentile statistic for the metric associated with the alarm. Specify a value between p0.0 and p100.

The actions to execute when this alarm transitions to the "INSUFFICIENT_DATA" state from any other state. Each action is specified as an Amazon Resource Name (ARN).

The name of the metric associated with the alarm, if this is an alarm based on a single metric.

An array of MetricDataQuery structures, used in an alarm based on a metric math expression. Each structure either retrieves a metric or performs a math expression. One item in the Metrics array is the math expression that the alarm watches. This expression by designated by having "ReturnData" set to true.

The namespace of the metric associated with the alarm.

The actions to execute when this alarm transitions to the "OK" state from any other state. Each action is specified as an Amazon Resource Name (ARN).

The period, in seconds, over which the statistic is applied.

An explanation for the alarm state, in text format.

An explanation for the alarm state, in JSON format.

The time stamp of the last update to the alarm state.

The state value for the alarm.

The statistic for the metric associated with the alarm, other than percentile. For percentile statistics, use "ExtendedStatistic".

The value to compare with the specified statistic.

In an alarm based on an anomaly detection model, this is the ID of the "ANOMALY_DETECTION_BAND" function used as the threshold for the alarm.

Sets how this alarm is to handle missing data points. If this parameter is omitted, the default behavior of "missing" is used.

The unit of the metric associated with the alarm.

This class forms part of Paws, describing an object used in Paws::CloudWatch

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.