AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Describes a scheduled update to an Auto Scaling group.

Inheritance Hierarchy

System.Object
  Amazon.AutoScaling.Model.ScheduledUpdateGroupAction

Namespace: Amazon.AutoScaling.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ScheduledUpdateGroupAction : Object

The ScheduledUpdateGroupAction type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AutoScalingGroupName System.String Gets and sets the property AutoScalingGroupName.

The name of the group.

Public Property DesiredCapacity System.Int32 Gets and sets the property DesiredCapacity.

The number of instances you prefer to maintain in the group.

Public Property EndTime System.DateTime Gets and sets the property EndTime.

The date and time that the action is scheduled to end. This date and time can be up to one month in the future.

Public Property MaxSize System.Int32 Gets and sets the property MaxSize.

The maximum size of the group.

Public Property MinSize System.Int32 Gets and sets the property MinSize.

The minimum size of the group.

Public Property Recurrence System.String Gets and sets the property Recurrence.

The recurring schedule for the action.

Public Property ScheduledActionARN System.String Gets and sets the property ScheduledActionARN.

The Amazon Resource Name (ARN) of the scheduled action.

Public Property ScheduledActionName System.String Gets and sets the property ScheduledActionName.

The name of the scheduled action.

Public Property StartTime System.DateTime Gets and sets the property StartTime.

The date and time that the action is scheduled to begin. This date and time 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.

Public Property Time System.DateTime Gets and sets the property Time.

This parameter is deprecated.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8