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::AutoScalingGroup; use Moose; has AutoScalingGroupARN => (is => 'ro', isa => 'Str'); has AutoScalingGroupName => (is => 'ro', isa => 'Str', required => 1); has AvailabilityZones => (is => 'ro', isa => 'ArrayRef[Str|Undef]', required => 1); has CapacityRebalance => (is => 'ro', isa => 'Bool'); has Context => (is => 'ro', isa => 'Str'); has CreatedTime => (is => 'ro', isa => 'Str', required => 1); has DefaultCooldown => (is => 'ro', isa => 'Int', required => 1); has DesiredCapacity => (is => 'ro', isa => 'Int', required => 1); has EnabledMetrics => (is => 'ro', isa => 'ArrayRef[Paws::AutoScaling::EnabledMetric]'); has HealthCheckGracePeriod => (is => 'ro', isa => 'Int'); has HealthCheckType => (is => 'ro', isa => 'Str', required => 1); has Instances => (is => 'ro', isa => 'ArrayRef[Paws::AutoScaling::Instance]'); has LaunchConfigurationName => (is => 'ro', isa => 'Str'); has LaunchTemplate => (is => 'ro', isa => 'Paws::AutoScaling::LaunchTemplateSpecification'); has LoadBalancerNames => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has MaxInstanceLifetime => (is => 'ro', isa => 'Int'); has MaxSize => (is => 'ro', isa => 'Int', required => 1); has MinSize => (is => 'ro', isa => 'Int', required => 1); has MixedInstancesPolicy => (is => 'ro', isa => 'Paws::AutoScaling::MixedInstancesPolicy'); has NewInstancesProtectedFromScaleIn => (is => 'ro', isa => 'Bool'); has PlacementGroup => (is => 'ro', isa => 'Str'); has PredictedCapacity => (is => 'ro', isa => 'Int'); has ServiceLinkedRoleARN => (is => 'ro', isa => 'Str'); has Status => (is => 'ro', isa => 'Str'); has SuspendedProcesses => (is => 'ro', isa => 'ArrayRef[Paws::AutoScaling::SuspendedProcess]'); has Tags => (is => 'ro', isa => 'ArrayRef[Paws::AutoScaling::TagDescription]'); has TargetGroupARNs => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has TerminationPolicies => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has VPCZoneIdentifier => (is => 'ro', isa => 'Str'); has WarmPoolConfiguration => (is => 'ro', isa => 'Paws::AutoScaling::WarmPoolConfiguration'); has WarmPoolSize => (is => 'ro', isa => 'Int'); 1; ### main pod documentation begin ### =head1 NAME Paws::AutoScaling::AutoScalingGroup =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::AutoScalingGroup object: $service_obj->Method(Att1 => { AutoScalingGroupARN => $value, ..., WarmPoolSize => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::AutoScaling::AutoScalingGroup object: $result = $service_obj->Method(...); $result->Att1->AutoScalingGroupARN =head1 DESCRIPTION Describes an Auto Scaling group. =head1 ATTRIBUTES =head2 AutoScalingGroupARN => Str The Amazon Resource Name (ARN) of the Auto Scaling group. =head2 B AutoScalingGroupName => Str The name of the Auto Scaling group. =head2 B AvailabilityZones => ArrayRef[Str|Undef] One or more Availability Zones for the group. =head2 CapacityRebalance => Bool Indicates whether Capacity Rebalancing is enabled. =head2 Context => Str Reserved. =head2 B CreatedTime => Str The date and time the group was created. =head2 B DefaultCooldown => Int The duration of the default cooldown period, in seconds. =head2 B DesiredCapacity => Int The desired size of the group. =head2 EnabledMetrics => ArrayRef[L] The metrics enabled for the group. =head2 HealthCheckGracePeriod => Int The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before checking the health status of an EC2 instance that has come into service. =head2 B HealthCheckType => Str The service to use for the health checks. The valid values are C and C. If you configure an Auto Scaling group to use C health checks, it considers the instance unhealthy if it fails either the EC2 status checks or the load balancer health checks. =head2 Instances => ArrayRef[L] The EC2 instances associated with the group. =head2 LaunchConfigurationName => Str The name of the associated launch configuration. =head2 LaunchTemplate => L The launch template for the group. =head2 LoadBalancerNames => ArrayRef[Str|Undef] One or more load balancers associated with the group. =head2 MaxInstanceLifetime => Int The maximum amount of time, in seconds, that an instance can be in service. Valid Range: Minimum value of 0. =head2 B MaxSize => Int The maximum size of the group. =head2 B MinSize => Int The minimum size of the group. =head2 MixedInstancesPolicy => L The mixed instances policy for the group. =head2 NewInstancesProtectedFromScaleIn => Bool Indicates whether newly launched instances are protected from termination by Amazon EC2 Auto Scaling when scaling in. =head2 PlacementGroup => Str The name of the placement group into which to launch your instances, if any. =head2 PredictedCapacity => Int The predicted capacity of the group when it has a predictive scaling policy. =head2 ServiceLinkedRoleARN => Str The Amazon Resource Name (ARN) of the service-linked role that the Auto Scaling group uses to call other Amazon Web Services on your behalf. =head2 Status => Str The current state of the group when the DeleteAutoScalingGroup operation is in progress. =head2 SuspendedProcesses => ArrayRef[L] The suspended processes associated with the group. =head2 Tags => ArrayRef[L] The tags for the group. =head2 TargetGroupARNs => ArrayRef[Str|Undef] The Amazon Resource Names (ARN) of the target groups for your load balancer. =head2 TerminationPolicies => ArrayRef[Str|Undef] The termination policies for the group. =head2 VPCZoneIdentifier => Str One or more subnet IDs, if applicable, separated by commas. =head2 WarmPoolConfiguration => L The warm pool for the group. =head2 WarmPoolSize => Int The current size of the warm pool. =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