PutAutoScalingPolicyInput
public struct PutAutoScalingPolicyInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Specifies the definition of the automatic scaling policy.
Declaration
Swift
public let autoScalingPolicy: AutoScalingPolicy -
Specifies the ID of a cluster. The instance group to which the automatic scaling policy is applied is within this cluster.
Declaration
Swift
public let clusterId: String -
Specifies the ID of the instance group to which the automatic scaling policy is applied.
Declaration
Swift
public let instanceGroupId: String -
Undocumented
Declaration
Swift
public init(autoScalingPolicy: AutoScalingPolicy, clusterId: String, instanceGroupId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
PutAutoScalingPolicyInput Structure Reference