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

Namespace: Amazon.AutoScaling.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class ScheduledUpdateGroupAction
Public Class ScheduledUpdateGroupAction
public ref class ScheduledUpdateGroupAction

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ScheduledUpdateGroupAction()()()()
Initializes a new instance of the ScheduledUpdateGroupAction class
AutoScalingGroupName
The name of the Auto Scaling group to be updated.

Constraints:

Length
1 - 255
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*

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)
Determines whether the specified Object is equal to the current 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:

Length
1 - 255
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*

ScheduledActionARN
The Amazon Resource Name (ARN) of this scheduled action.

Constraints:

Length
1 - 1600
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*

ScheduledActionName
The name of this scheduled action.

Constraints:

Length
1 - 255
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*

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)
Sets the AutoScalingGroupName property
WithDesiredCapacity(Int32)
Sets the DesiredCapacity property
WithEndTime(DateTime)
Sets the EndTime property
WithMaxSize(Int32)
Sets the MaxSize property
WithMinSize(Int32)
Sets the MinSize property
WithRecurrence(String)
Sets the Recurrence property
WithScheduledActionARN(String)
Sets the ScheduledActionARN property
WithScheduledActionName(String)
Sets the ScheduledActionName property
WithStartTime(DateTime)
Sets the StartTime property
WithTime(DateTime)
Sets the Time property

Inheritance Hierarchy

System..::..Object
  Amazon.AutoScaling.Model..::..ScheduledUpdateGroupAction

See Also