| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
PredefinedMetric |
TargetTrackingScalingPolicyProps.Jsii$Proxy.getPredefinedMetric() |
default PredefinedMetric |
BasicTargetTrackingScalingPolicyProps.getPredefinedMetric()
(experimental) A predefined metric for application autoscaling.
|
PredefinedMetric |
BasicTargetTrackingScalingPolicyProps.Jsii$Proxy.getPredefinedMetric() |
static PredefinedMetric |
PredefinedMetric.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PredefinedMetric[] |
PredefinedMetric.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TargetTrackingScalingPolicyProps.Builder |
TargetTrackingScalingPolicyProps.Builder.predefinedMetric(PredefinedMetric predefinedMetric)
Sets the value of
BasicTargetTrackingScalingPolicyProps.getPredefinedMetric() |
BasicTargetTrackingScalingPolicyProps.Builder |
BasicTargetTrackingScalingPolicyProps.Builder.predefinedMetric(PredefinedMetric predefinedMetric)
Sets the value of
BasicTargetTrackingScalingPolicyProps.getPredefinedMetric() |
TargetTrackingScalingPolicy.Builder |
TargetTrackingScalingPolicy.Builder.predefinedMetric(PredefinedMetric predefinedMetric)
(experimental) A predefined metric for application autoscaling.
|
| Constructor and Description |
|---|
Jsii$Proxy(IAutoScalingGroup autoScalingGroup,
Number targetValue,
IMetric customMetric,
PredefinedMetric predefinedMetric,
String resourceLabel,
Duration cooldown,
Boolean disableScaleIn,
Duration estimatedInstanceWarmup)
Constructor that initializes the object based on literal property values passed by the
TargetTrackingScalingPolicyProps.Builder. |
Jsii$Proxy(Number targetValue,
IMetric customMetric,
PredefinedMetric predefinedMetric,
String resourceLabel,
Duration cooldown,
Boolean disableScaleIn,
Duration estimatedInstanceWarmup)
Constructor that initializes the object based on literal property values passed by the
BasicTargetTrackingScalingPolicyProps.Builder. |
Copyright © 2021. All rights reserved.