ScheduledUpdateGroupAction
public struct ScheduledUpdateGroupAction : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The name of the Auto Scaling group. DeclarationSwift public let autoScalingGroupName: String?
- 
                  
                  The desired capacity is the initial capacity of the Auto Scaling group after the scheduled action runs and the capacity it attempts to maintain. DeclarationSwift public let desiredCapacity: Int?
- 
                  
                  The date and time in UTC for the recurring schedule to end. For example, “2019-06-01T00:00:00Z”. DeclarationSwift public let endTime: TimeStamp?
- 
                  
                  The maximum size of the Auto Scaling group. DeclarationSwift public let maxSize: Int?
- 
                  
                  The minimum size of the Auto Scaling group. DeclarationSwift public let minSize: Int?
- 
                  
                  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. DeclarationSwift public let recurrence: String?
- 
                  
                  The Amazon Resource Name (ARN) of the scheduled action. DeclarationSwift public let scheduledActionARN: String?
- 
                  
                  The name of the scheduled action. DeclarationSwift public let scheduledActionName: String?
- 
                  
                  The date and time in UTC for this action to start. For example, “2019-06-01T00:00:00Z”. DeclarationSwift public let startTime: TimeStamp?
- 
                  
                  This parameter is no longer used. DeclarationSwift public let time: TimeStamp?
- 
                  init(autoScalingGroupName:desiredCapacity:endTime:maxSize:minSize:recurrence:scheduledActionARN:scheduledActionName:startTime:time:)Undocumented DeclarationSwift public init(autoScalingGroupName: String? = nil, desiredCapacity: Int? = nil, endTime: TimeStamp? = nil, maxSize: Int? = nil, minSize: Int? = nil, recurrence: String? = nil, scheduledActionARN: String? = nil, scheduledActionName: String? = nil, startTime: TimeStamp? = nil, time: TimeStamp? = nil)
 View on GitHub
View on GitHub ScheduledUpdateGroupAction Structure Reference
        ScheduledUpdateGroupAction Structure Reference