paws.management (version 0.1.0)

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.

Request syntax

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

Examples

Run this code
# NOT RUN {
# This example deletes the specified scheduled action from the specified
# Auto Scaling group.
# }
# NOT RUN {
svc$delete_scheduled_action(
  AutoScalingGroupName = "my-auto-scaling-group",
  ScheduledActionName = "my-scheduled-action"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace