This data type stores information about a scheduled update to an Auto Scaling group.

C# |
public class ScheduledUpdateGroupAction

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ScheduledUpdateGroupAction()()()() | Initializes a new instance of the ScheduledUpdateGroupAction class |
![]() | AutoScalingGroupName |
The name of the Auto Scaling group to be updated.
Constraints: |
![]() | DesiredCapacity |
The number of instances you prefer to maintain in your Auto Scaling group.
|
![]() | EndTime |
The time that the action is scheduled to end. This value can be up to one month in the future.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | MaxSize |
The maximum size of the Auto Scaling group.
|
![]() | MinSize |
The minimum size of the Auto Scaling group.
|
![]() | Recurrence |
The regular schedule that an action occurs.
Constraints: |
![]() | ScheduledActionARN |
The Amazon Resource Name (ARN) of this scheduled action.
Constraints: |
![]() | ScheduledActionName |
The name of this scheduled action.
Constraints: |
![]() | StartTime |
The time that the action is scheduled to begin. This value can be up to one month in the future. When StartTime and EndTime
are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.
|
![]() | Time | Time is deprecated. The time that the action is scheduled to begin. Time is an alias for StartTime.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithAutoScalingGroupName(String) | Obsolete.
Sets the AutoScalingGroupName property
|
![]() | WithDesiredCapacity(Int32) | Obsolete.
Sets the DesiredCapacity property
|
![]() | WithEndTime(DateTime) | Obsolete.
Sets the EndTime property
|
![]() | WithMaxSize(Int32) | Obsolete.
Sets the MaxSize property
|
![]() | WithMinSize(Int32) | Obsolete.
Sets the MinSize property
|
![]() | WithRecurrence(String) | Obsolete.
Sets the Recurrence property
|
![]() | WithScheduledActionARN(String) | Obsolete.
Sets the ScheduledActionARN property
|
![]() | WithScheduledActionName(String) | Obsolete.
Sets the ScheduledActionName property
|
![]() | WithStartTime(DateTime) | Obsolete.
Sets the StartTime property
|
![]() | WithTime(DateTime) | Obsolete.
Sets the Time property
|

Object | |
![]() | ScheduledUpdateGroupAction |