class Aws::AutoScaling::Types::ScheduledUpdateGroupAction

Describes a scheduled scaling action.

@!attribute [rw] auto_scaling_group_name

The name of the Auto Scaling group.
@return [String]

@!attribute [rw] scheduled_action_name

The name of the scheduled action.
@return [String]

@!attribute [rw] scheduled_action_arn

The Amazon Resource Name (ARN) of the scheduled action.
@return [String]

@!attribute [rw] time

This parameter is no longer used.
@return [Time]

@!attribute [rw] start_time

The date and time in UTC for this action to start. For example,
`"2019-06-01T00:00:00Z"`.
@return [Time]

@!attribute [rw] end_time

The date and time in UTC for the recurring schedule to end. For
example, `"2019-06-01T00:00:00Z"`.
@return [Time]

@!attribute [rw] recurrence

The recurring schedule for the action, in Unix cron syntax format.

When `StartTime` and `EndTime` are specified with `Recurrence`, they
form the boundaries of when the recurring action starts and stops.
@return [String]

@!attribute [rw] min_size

The minimum size of the Auto Scaling group.
@return [Integer]

@!attribute [rw] max_size

The maximum size of the Auto Scaling group.
@return [Integer]

@!attribute [rw] desired_capacity

The desired capacity is the initial capacity of the Auto Scaling
group after the scheduled action runs and the capacity it attempts
to maintain.
@return [Integer]

@!attribute [rw] time_zone

The time zone for the cron expression.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/ScheduledUpdateGroupAction AWS API Documentation

Constants

SENSITIVE