Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

autoscaling_cancel_instance_refresh

Cancels an instance refresh operation in progress


Description

Cancels an instance refresh operation in progress. Cancellation does not roll back any replacements that have already been completed, but it prevents new replacements from being started.

Usage

autoscaling_cancel_instance_refresh(AutoScalingGroupName)

Arguments

AutoScalingGroupName

[required] The name of the Auto Scaling group.

Value

A list with the following syntax:

list(
  InstanceRefreshId = "string"
)

Request syntax

svc$cancel_instance_refresh(
  AutoScalingGroupName = "string"
)

Examples

## Not run: 
# This example cancels an instance refresh operation in progress.
svc$cancel_instance_refresh(
  AutoScalingGroupName = "my-auto-scaling-group"
)

## End(Not run)

paws.management

Amazon Web Services Management & Governance Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.