toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
autoscaling
/
aws.sdk.kotlin.services.autoscaling.model
/
PredefinedScalingMetricType
Predefined
Scaling
Metric
Type
sealed
class
PredefinedScalingMetricType
Inheritors
AlbRequestCountPerTarget
AsgAverageCpuUtilization
AsgAverageNetworkIn
AsgAverageNetworkOut
SdkUnknown
Members
Types
Alb
Request
Count
Per
Target
Link copied to clipboard
object
AlbRequestCountPerTarget
:
PredefinedScalingMetricType
Asg
Average
Cpu
Utilization
Link copied to clipboard
object
AsgAverageCpuUtilization
:
PredefinedScalingMetricType
Asg
Average
Network
In
Link copied to clipboard
object
AsgAverageNetworkIn
:
PredefinedScalingMetricType
Asg
Average
Network
Out
Link copied to clipboard
object
AsgAverageNetworkOut
:
PredefinedScalingMetricType
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PredefinedScalingMetricType
Properties
value
Link copied to clipboard
abstract
val
value
:
String