autoscaling_detach_instances {paws.management} | R Documentation |
Removes one or more instances from the specified Auto Scaling group
Description
Removes one or more instances from the specified Auto Scaling group.
See https://www.paws-r-sdk.com/docs/autoscaling_detach_instances/ for full documentation.
Usage
autoscaling_detach_instances(
InstanceIds = NULL,
AutoScalingGroupName,
ShouldDecrementDesiredCapacity
)
Arguments
InstanceIds |
The IDs of the instances. You can specify up to 20 instances. |
AutoScalingGroupName |
[required] The name of the Auto Scaling group. |
ShouldDecrementDesiredCapacity |
[required] Indicates whether the Auto Scaling group decrements the desired capacity value by the number of instances detached. |
[Package paws.management version 0.6.1 Index]