ScalingProcessQuery
public struct ScalingProcessQuery : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the Auto Scaling group.
Declaration
Swift
public let autoScalingGroupName: String -
One or more of the following processes: Launch Terminate AddToLoadBalancer AlarmNotification AZRebalance HealthCheck InstanceRefresh ReplaceUnhealthy ScheduledActions If you omit this parameter, all processes are specified.
Declaration
Swift
public let scalingProcesses: [String]? -
Undocumented
Declaration
Swift
public init(autoScalingGroupName: String, scalingProcesses: [String]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ScalingProcessQuery Structure Reference