
put-scheduled-update-group-action
*********************************


DESCRIPTION
===========

Creates a scheduled scaling action for an Auto Scaling group. If you
leave a parameter unspecified, the corresponding value remains
unchanged in the affected Auto Scaling group.


SYNOPSIS
========

   aws autoscaling put-scheduled-update-group-action
     --auto-scaling-group-name <value>
     --scheduled-action-name <value>
     [--min-size <value>]
     [--desired-capacity <value>]
     [--recurrence <value>]
     [--max-size <value>]
     [--start-time <value>]
     [--time <value>]
     [--end-time <value>]


REQUIRED PARAMETERS
===================

"--auto-scaling-group-name"  (string)
   The name or ARN of the Auto Scaling group.

"--scheduled-action-name"  (string)
   The name of this scaling action.


OPTIONAL PARAMETERS
===================

"--min-size"  (integer)
   The minimum size for the new Auto Scaling group.

"--desired-capacity"  (integer)
   The number of Amazon EC2 instances that should be running in the
   group.

"--recurrence"  (string)
   The time when recurring future actions will start. Start time is
   specified by the user following the Unix cron syntax format. For
   information about cron syntax, go to Wikipedia, The Free
   Encyclopedia .

   When "--start-time" and "--end-time" are specified with "--
   recurrence" , they form the boundaries of when the recurring action
   will start and stop.

"--max-size"  (integer)
   The maximum size for the Auto Scaling group.

"--start-time"  (timestamp)
   The time for this action to start, as in "--start-time
   2010-06-01T00:00:00Z" .

   When "--start-time" and "--end-time" are specified with "--
   recurrence" , they form the boundaries of when the recurring action
   will start and stop.

"--time"  (timestamp)
   "--time" is deprecated.

   The time for this action to start. "--time" is an alias for
   "--start-time" and can be specified instead of "--start-time" , or
   vice versa. If both "--time" and "--start-time" are specified,
   their values should be identical. Otherwise, "put-scheduled-update-
   group-action" will return an error.

"--end-time"  (timestamp)
   The time for this action to end.
