@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.266Z") @Stability(value=Experimental) public interface TrackCustomMetricProps extends software.amazon.jsii.JsiiSerializable, BaseTargetTrackingProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
TrackCustomMetricProps.Builder
A builder for
TrackCustomMetricProps |
static class |
TrackCustomMetricProps.Jsii$Proxy
An implementation for
TrackCustomMetricProps |
| Modifier and Type | Method and Description |
|---|---|
static TrackCustomMetricProps.Builder |
builder() |
IMetric |
getMetric()
(experimental) The custom CloudWatch metric to track.
|
Number |
getTargetValue()
(experimental) The target value for the custom CloudWatch metric.
|
getDisableScaleIn, getPolicyName, getScaleInCooldown, getScaleOutCooldown@Stability(value=Experimental) @NotNull IMetric getMetric()
The metric must represent utilization; that is, you will always get the following behavior:
@Stability(value=Experimental) @NotNull Number getTargetValue()
@Stability(value=Experimental) static TrackCustomMetricProps.Builder builder()
builder in interface BaseTargetTrackingPropsTrackCustomMetricProps.Builder of TrackCustomMetricPropsCopyright © 2021. All rights reserved.