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::AutoScaling::ScalingPolicy; use Moose; has AdjustmentType => (is => 'ro', isa => 'Str'); has Alarms => (is => 'ro', isa => 'ArrayRef[Paws::AutoScaling::Alarm]'); has AutoScalingGroupName => (is => 'ro', isa => 'Str'); has Cooldown => (is => 'ro', isa => 'Int'); has Enabled => (is => 'ro', isa => 'Bool'); has EstimatedInstanceWarmup => (is => 'ro', isa => 'Int'); has MetricAggregationType => (is => 'ro', isa => 'Str'); has MinAdjustmentMagnitude => (is => 'ro', isa => 'Int'); has MinAdjustmentStep => (is => 'ro', isa => 'Int'); has PolicyARN => (is => 'ro', isa => 'Str'); has PolicyName => (is => 'ro', isa => 'Str'); has PolicyType => (is => 'ro', isa => 'Str'); has PredictiveScalingConfiguration => (is => 'ro', isa => 'Paws::AutoScaling::PredictiveScalingConfiguration'); has ScalingAdjustment => (is => 'ro', isa => 'Int'); has StepAdjustments => (is => 'ro', isa => 'ArrayRef[Paws::AutoScaling::StepAdjustment]'); has TargetTrackingConfiguration => (is => 'ro', isa => 'Paws::AutoScaling::TargetTrackingConfiguration'); 1; ### main pod documentation begin ### =head1 NAME Paws::AutoScaling::ScalingPolicy =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::AutoScaling::ScalingPolicy object: $service_obj->Method(Att1 => { AdjustmentType => $value, ..., TargetTrackingConfiguration => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::AutoScaling::ScalingPolicy object: $result = $service_obj->Method(...); $result->Att1->AdjustmentType =head1 DESCRIPTION Describes a scaling policy. =head1 ATTRIBUTES =head2 AdjustmentType => Str Specifies how the scaling adjustment is interpreted (for example, an absolute number or a percentage). The valid values are C, C, and C. =head2 Alarms => ArrayRef[L] The CloudWatch alarms related to the policy. =head2 AutoScalingGroupName => Str The name of the Auto Scaling group. =head2 Cooldown => Int The duration of the policy's cooldown period, in seconds. =head2 Enabled => Bool Indicates whether the policy is enabled (C) or disabled (C). =head2 EstimatedInstanceWarmup => Int The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics. =head2 MetricAggregationType => Str The aggregation type for the CloudWatch metrics. The valid values are C, C, and C. =head2 MinAdjustmentMagnitude => Int The minimum value to scale by when the adjustment type is C. =head2 MinAdjustmentStep => Int Available for backward compatibility. Use C instead. =head2 PolicyARN => Str The Amazon Resource Name (ARN) of the policy. =head2 PolicyName => Str The name of the scaling policy. =head2 PolicyType => Str One of the following policy types: =over =item * C =item * C =item * C (default) =item * C =back For more information, see Target tracking scaling policies (https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-scaling-target-tracking.html) and Step and simple scaling policies (https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-scaling-simple-step.html) in the I. =head2 PredictiveScalingConfiguration => L A predictive scaling policy. =head2 ScalingAdjustment => Int The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity. =head2 StepAdjustments => ArrayRef[L] A set of adjustments that enable you to scale based on the size of the alarm breach. =head2 TargetTrackingConfiguration => L A target tracking scaling policy. =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