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

autoscaling_batch_delete_scheduled_action

Deletes one or more scheduled actions for the specified Auto Scaling group


Description

Deletes one or more scheduled actions for the specified Auto Scaling group.

Usage

autoscaling_batch_delete_scheduled_action(AutoScalingGroupName,
  ScheduledActionNames)

Arguments

AutoScalingGroupName

[required] The name of the Auto Scaling group.

ScheduledActionNames

[required] The names of the scheduled actions to delete. The maximum number allowed is 50.

Value

A list with the following syntax:

list(
  FailedScheduledActions = list(
    list(
      ScheduledActionName = "string",
      ErrorCode = "string",
      ErrorMessage = "string"
    )
  )
)

Request syntax

svc$batch_delete_scheduled_action(
  AutoScalingGroupName = "string",
  ScheduledActionNames = list(
    "string"
  )
)

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.