SuspendedState

public struct SuspendedState : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Whether scale in by a target tracking scaling policy or a step scaling policy is suspended. Set the value to true if you don’t want Application Auto Scaling to remove capacity when a scaling policy is triggered. The default is false.

    Declaration

    Swift

    public let dynamicScalingInSuspended: Bool?
  • Whether scale out by a target tracking scaling policy or a step scaling policy is suspended. Set the value to true if you don’t want Application Auto Scaling to add capacity when a scaling policy is triggered. The default is false.

    Declaration

    Swift

    public let dynamicScalingOutSuspended: Bool?
  • Whether scheduled scaling is suspended. Set the value to true if you don’t want Application Auto Scaling to add or remove capacity by initiating scheduled actions. The default is false.

    Declaration

    Swift

    public let scheduledScalingSuspended: Bool?
  • Undocumented

    Declaration

    Swift

    public init(dynamicScalingInSuspended: Bool? = nil, dynamicScalingOutSuspended: Bool? = nil, scheduledScalingSuspended: Bool? = nil)