Interface CfnFleet.TargetTrackingScalingConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFleet.TargetTrackingScalingConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnFleet
@Stability(Stable)
public static interface CfnFleet.TargetTrackingScalingConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Defines when a new instance is auto-scaled into the compute fleet.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.codebuild.*;
TargetTrackingScalingConfigurationProperty targetTrackingScalingConfigurationProperty = TargetTrackingScalingConfigurationProperty.builder()
.metricType("metricType")
.targetValue(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFleet.TargetTrackingScalingConfigurationPropertystatic final classAn implementation forCfnFleet.TargetTrackingScalingConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMetricType
The metric type to determine auto-scaling.- See Also:
-
getTargetValue
The value ofmetricTypewhen to start scaling.- See Also:
-
builder
-