ScheduledUpdateGroupAction class
Describes a scheduled scaling action.
Constructors
- ScheduledUpdateGroupAction({String? autoScalingGroupName, int? desiredCapacity, DateTime? endTime, int? maxSize, int? minSize, String? recurrence, String? scheduledActionARN, String? scheduledActionName, DateTime? startTime, DateTime? time})
- ScheduledUpdateGroupAction.fromXml(XmlElement elem)
-
factory
Properties
- autoScalingGroupName → String?
-
The name of the Auto Scaling group.
final
- desiredCapacity → int?
-
The desired capacity is the initial capacity of the Auto Scaling group after
the scheduled action runs and the capacity it attempts to maintain.
final
- endTime → DateTime?
-
The date and time in UTC for the recurring schedule to end. For example,
"2019-06-01T00:00:00Z"
.final - hashCode → int
-
The hash code for this object.
no setterinherited
- maxSize → int?
-
The maximum size of the Auto Scaling group.
final
- minSize → int?
-
The minimum size of the Auto Scaling group.
final
- recurrence → String?
-
The recurring schedule for the action, in Unix cron syntax format.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheduledActionARN → String?
-
The Amazon Resource Name (ARN) of the scheduled action.
final
- scheduledActionName → String?
-
The name of the scheduled action.
final
- startTime → DateTime?
-
The date and time in UTC for this action to start. For example,
"2019-06-01T00:00:00Z"
.final - time → DateTime?
-
This parameter is no longer used.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited