AWS SDK Version 3 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.

Describes a scheduled scaling action.

Inheritance Hierarchy

System.Object
  Amazon.AutoScaling.Model.ScheduledUpdateGroupAction

Namespace: Amazon.AutoScaling.Model
Assembly: AWSSDK.AutoScaling.dll
Version: 3.x.y.z

Syntax

C#
public class ScheduledUpdateGroupAction

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 Auto Scaling group.

Public Property DesiredCapacity System.Int32

Gets and sets the property DesiredCapacity.

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

Public Property EndTime System.DateTime

Gets and sets the property EndTime.

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

Public Property MaxSize System.Int32

Gets and sets the property MaxSize.

The maximum size of the Auto Scaling group.

Public Property MinSize System.Int32

Gets and sets the property MinSize.

The minimum size of the Auto Scaling group.

Public Property Recurrence System.String

Gets and sets the property 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.

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 in UTC for this action to start. For example, "2019-06-01T00:00:00Z".

Public Property Time System.DateTime

Gets and sets the property Time.

This property is no longer used.

Public Property TimeZone System.String

Gets and sets the property TimeZone.

The time zone for the cron expression.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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