C# Class Amazon.AutoScaling.Model.PutScheduledUpdateGroupActionRequest

Container for the parameters to the PutScheduledUpdateGroupAction operation.

Creates or updates a scheduled scaling action for an Auto Scaling group. When updating a scheduled scaling action, if you leave a parameter unspecified, the corresponding value remains unchanged in the affected Auto Scaling group.

For information on creating or updating a scheduled action for your Auto Scaling group, see Scale Based on a Schedule .

NOTE: Auto Scaling supports the date and time expressed in "YYYY-MM-DDThh:mm:ssZ" format in UTC/GMT only.

Inheritance: AmazonAutoScalingRequest
显示文件 Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetAutoScalingGroupName ( ) : bool
IsSetDesiredCapacity ( ) : bool
IsSetEndTime ( ) : bool
IsSetMaxSize ( ) : bool
IsSetMinSize ( ) : bool
IsSetRecurrence ( ) : bool
IsSetScheduledActionName ( ) : bool
IsSetStartTime ( ) : bool
IsSetTime ( ) : bool