ScheduledUpdateGroupAction

public struct ScheduledUpdateGroupAction : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the Auto Scaling group.

    Declaration

    Swift

    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.

    Declaration

    Swift

    public let desiredCapacity: Int?
  • The date and time in UTC for the recurring schedule to end. For example, “2019-06-01T00:00:00Z”.

    Declaration

    Swift

    public let endTime: TimeStamp?
  • The maximum size of the Auto Scaling group.

    Declaration

    Swift

    public let maxSize: Int?
  • The minimum size of the Auto Scaling group.

    Declaration

    Swift

    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.

    Declaration

    Swift

    public let recurrence: String?
  • The Amazon Resource Name (ARN) of the scheduled action.

    Declaration

    Swift

    public let scheduledActionARN: String?
  • The name of the scheduled action.

    Declaration

    Swift

    public let scheduledActionName: String?
  • The date and time in UTC for this action to start. For example, “2019-06-01T00:00:00Z”.

    Declaration

    Swift

    public let startTime: TimeStamp?
  • This parameter is no longer used.

    Declaration

    Swift

    public let time: TimeStamp?
  • Undocumented

    Declaration

    Swift

    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)