@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.126Z") @Stability(value=Experimental) public interface MetricTargetTrackingProps extends software.amazon.jsii.JsiiSerializable, BaseTargetTrackingProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
MetricTargetTrackingProps.Builder
A builder for
MetricTargetTrackingProps |
static class |
MetricTargetTrackingProps.Jsii$Proxy
An implementation for
MetricTargetTrackingProps |
| Modifier and Type | Method and Description |
|---|---|
static MetricTargetTrackingProps.Builder |
builder() |
IMetric |
getMetric()
(experimental) Metric to track.
|
Number |
getTargetValue()
(experimental) Value to keep the metric around.
|
getCooldown, getDisableScaleIn, getEstimatedInstanceWarmup@Stability(value=Experimental) @NotNull IMetric getMetric()
The metric must represent a utilization, so that if it's higher than the target value, your ASG should scale out, and if it's lower it should scale in.
@Stability(value=Experimental) @NotNull Number getTargetValue()
@Stability(value=Experimental) static MetricTargetTrackingProps.Builder builder()
builder in interface BaseTargetTrackingPropsMetricTargetTrackingProps.Builder of MetricTargetTrackingPropsCopyright © 2021. All rights reserved.