AWSAutoScalingMetricType
Objective-C
NS_ENUM(NSInteger, AWSAutoScalingMetricType) {
AWSAutoScalingMetricTypeUnknown,
AWSAutoScalingMetricTypeASGAverageCPUUtilization,
AWSAutoScalingMetricTypeASGAverageNetworkIn,
AWSAutoScalingMetricTypeASGAverageNetworkOut,
AWSAutoScalingMetricTypeALBRequestCountPerTarget,
}
Swift
enum AWSAutoScalingMetricType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSAutoScalingMetricTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSAutoScalingMetricTypeASGAverageCPUUtilization
Swift
case asgAverageCPUUtilization = 1
-
Undocumented
Declaration
Objective-C
AWSAutoScalingMetricTypeASGAverageNetworkIn
Swift
case asgAverageNetworkIn = 2
-
Undocumented
Declaration
Objective-C
AWSAutoScalingMetricTypeASGAverageNetworkOut
Swift
case asgAverageNetworkOut = 3
-
Undocumented
Declaration
Objective-C
AWSAutoScalingMetricTypeALBRequestCountPerTarget
Swift
case albRequestCountPerTarget = 4