PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::CloudWatch::MetricAlarm; use Moose; has ActionsEnabled => (is => 'ro', isa => 'Bool'); has AlarmActions => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has AlarmArn => (is => 'ro', isa => 'Str'); has AlarmConfigurationUpdatedTimestamp => (is => 'ro', isa => 'Str'); has AlarmDescription => (is => 'ro', isa => 'Str'); has AlarmName => (is => 'ro', isa => 'Str'); has ComparisonOperator => (is => 'ro', isa => 'Str'); has DatapointsToAlarm => (is => 'ro', isa => 'Int'); has Dimensions => (is => 'ro', isa => 'ArrayRef[Paws::CloudWatch::Dimension]'); has EvaluateLowSampleCountPercentile => (is => 'ro', isa => 'Str'); has EvaluationPeriods => (is => 'ro', isa => 'Int'); has ExtendedStatistic => (is => 'ro', isa => 'Str'); has InsufficientDataActions => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has MetricName => (is => 'ro', isa => 'Str'); has Metrics => (is => 'ro', isa => 'ArrayRef[Paws::CloudWatch::MetricDataQuery]'); has Namespace => (is => 'ro', isa => 'Str'); has OKActions => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has Period => (is => 'ro', isa => 'Int'); has StateReason => (is => 'ro', isa => 'Str'); has StateReasonData => (is => 'ro', isa => 'Str'); has StateUpdatedTimestamp => (is => 'ro', isa => 'Str'); has StateValue => (is => 'ro', isa => 'Str'); has Statistic => (is => 'ro', isa => 'Str'); has Threshold => (is => 'ro', isa => 'Num'); has ThresholdMetricId => (is => 'ro', isa => 'Str'); has TreatMissingData => (is => 'ro', isa => 'Str'); has Unit => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::CloudWatch::MetricAlarm =head1 USAGE This class represents one of two things: =head3 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 }); =head3 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 =head1 DESCRIPTION The details about a metric alarm. =head1 ATTRIBUTES =head2 ActionsEnabled => Bool Indicates whether actions should be executed during any changes to the alarm state. =head2 AlarmActions => ArrayRef[Str|Undef] The actions to execute when this alarm transitions to the C state from any other state. Each action is specified as an Amazon Resource Name (ARN). =head2 AlarmArn => Str The Amazon Resource Name (ARN) of the alarm. =head2 AlarmConfigurationUpdatedTimestamp => Str The time stamp of the last update to the alarm configuration. =head2 AlarmDescription => Str The description of the alarm. =head2 AlarmName => Str The name of the alarm. =head2 ComparisonOperator => Str The arithmetic operation to use when comparing the specified statistic and threshold. The specified statistic value is used as the first operand. =head2 DatapointsToAlarm => Int The number of data points that must be breaching to trigger the alarm. =head2 Dimensions => ArrayRef[L] The dimensions for the metric associated with the alarm. =head2 EvaluateLowSampleCountPercentile => Str Used only for alarms based on percentiles. If C, the alarm state does not change during periods with too few data points to be statistically significant. If C or this parameter is not used, the alarm is always evaluated and possibly changes state no matter how many data points are available. =head2 EvaluationPeriods => Int The number of periods over which data is compared to the specified threshold. =head2 ExtendedStatistic => Str The percentile statistic for the metric associated with the alarm. Specify a value between p0.0 and p100. =head2 InsufficientDataActions => ArrayRef[Str|Undef] The actions to execute when this alarm transitions to the C state from any other state. Each action is specified as an Amazon Resource Name (ARN). =head2 MetricName => Str The name of the metric associated with the alarm, if this is an alarm based on a single metric. =head2 Metrics => ArrayRef[L] 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 C set to true. =head2 Namespace => Str The namespace of the metric associated with the alarm. =head2 OKActions => ArrayRef[Str|Undef] The actions to execute when this alarm transitions to the C state from any other state. Each action is specified as an Amazon Resource Name (ARN). =head2 Period => Int The period, in seconds, over which the statistic is applied. =head2 StateReason => Str An explanation for the alarm state, in text format. =head2 StateReasonData => Str An explanation for the alarm state, in JSON format. =head2 StateUpdatedTimestamp => Str The time stamp of the last update to the alarm state. =head2 StateValue => Str The state value for the alarm. =head2 Statistic => Str The statistic for the metric associated with the alarm, other than percentile. For percentile statistics, use C. =head2 Threshold => Num The value to compare with the specified statistic. =head2 ThresholdMetricId => Str In an alarm based on an anomaly detection model, this is the ID of the C function used as the threshold for the alarm. =head2 TreatMissingData => Str Sets how this alarm is to handle missing data points. If this parameter is omitted, the default behavior of C is used. =head2 Unit => Str The unit of the metric associated with the alarm. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut