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

autoscaling_batch_put_scheduled_update_group_action

Creates or updates one or more scheduled scaling actions for an Auto Scaling group


Description

Creates or updates one or more scheduled scaling actions for an Auto Scaling group. If you leave a parameter unspecified when updating a scheduled scaling action, the corresponding value remains unchanged.

Usage

autoscaling_batch_put_scheduled_update_group_action(
  AutoScalingGroupName, ScheduledUpdateGroupActions)

Arguments

AutoScalingGroupName

[required] The name of the Auto Scaling group.

ScheduledUpdateGroupActions

[required] One or more scheduled actions. The maximum number allowed is 50.

Value

A list with the following syntax:

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

Request syntax

svc$batch_put_scheduled_update_group_action(
  AutoScalingGroupName = "string",
  ScheduledUpdateGroupActions = list(
    list(
      ScheduledActionName = "string",
      StartTime = as.POSIXct(
        "2015-01-01"
      ),
      EndTime = as.POSIXct(
        "2015-01-01"
      ),
      Recurrence = "string",
      MinSize = 123,
      MaxSize = 123,
      DesiredCapacity = 123
    )
  )
)

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.