NAME
Paws::AutoScaling::UpdateAutoScalingGroup - Arguments for method UpdateAutoScalingGroup on Paws::AutoScaling
DESCRIPTION
This class represents the parameters used for calling the method UpdateAutoScalingGroup on the Auto Scaling service. Use the attributes of this class as arguments to method UpdateAutoScalingGroup.
You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to UpdateAutoScalingGroup.
As an example:
$service_obj->UpdateAutoScalingGroup(Att1 => $value1, Att2 => $value2, ...);
Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object.
ATTRIBUTES
REQUIRED AutoScalingGroupName => Str
The name of the Auto Scaling group.
AvailabilityZones => ArrayRef[Str]
One or more Availability Zones for the group.
DefaultCooldown => Int
The amount of time, in seconds, after a scaling activity completes
before another scaling activity can start. The default is 300.
For more information, see Understanding Auto Scaling Cooldowns in the Auto Scaling Developer Guide.
DesiredCapacity => Int
The number of EC2 instances that should be running in the Auto Scaling
group. This number must be greater than or equal to the minimum size of
the group and less than or equal to the maximum size of the group.
HealthCheckGracePeriod => Int
The amount of time, in seconds, that Auto Scaling waits before checking
the health status of an EC2 instance that has come into service. The
default is 300.
For more information, see Health Checks For Auto Scaling Instances in the Auto Scaling Developer Guide.
HealthCheckType => Str
The service to use for the health checks. The valid values are C<EC2>
and C<ELB>.
LaunchConfigurationName => Str
The name of the launch configuration.
MaxSize => Int
The maximum size of the Auto Scaling group.
MinSize => Int
The minimum size of the Auto Scaling group.
NewInstancesProtectedFromScaleIn => Bool
Indicates whether newly launched instances are protected from
termination by Auto Scaling when scaling in.
PlacementGroup => Str
The name of the placement group into which you'll launch your
instances, if any. For more information, see Placement Groups in the
I<Amazon Elastic Compute Cloud User Guide>.
TerminationPolicies => ArrayRef[Str]
A standalone termination policy or a list of termination policies used
to select the instance to terminate. The policies are executed in the
order that they are listed.
For more information, see Choosing a Termination Policy for Your Auto Scaling Group in the Auto Scaling Developer Guide.
VPCZoneIdentifier => Str
The ID of the subnet, if you are launching into a VPC. You can specify
several subnets in a comma-separated list.
When you specify VPCZoneIdentifier
with AvailabilityZones
, ensure that the subnets' Availability Zones match the values you specify for AvailabilityZones
.
For more information, see Auto Scaling and Amazon Virtual Private Cloud in the Auto Scaling Developer Guide.
SEE ALSO
This class forms part of Paws, documenting arguments for method UpdateAutoScalingGroup in Paws::AutoScaling
BUGS and CONTRIBUTIONS
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