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

autoscaling_delete_scheduled_action

Deletes the specified scheduled action


Description

Deletes the specified scheduled action.

Usage

autoscaling_delete_scheduled_action(AutoScalingGroupName,
  ScheduledActionName)

Arguments

AutoScalingGroupName

[required] The name of the Auto Scaling group.

ScheduledActionName

[required] The name of the action to delete.

Value

An empty list.

Request syntax

svc$delete_scheduled_action(
  AutoScalingGroupName = "string",
  ScheduledActionName = "string"
)

Examples

## Not run: 
# This example deletes the specified scheduled action from the specified
# Auto Scaling group.
svc$delete_scheduled_action(
  AutoScalingGroupName = "my-auto-scaling-group",
  ScheduledActionName = "my-scheduled-action"
)

## 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.