@Stability(value=Stable)
public static interface CfnScalingPolicy.PredictiveScalingPredefinedMetricPairProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.autoscaling.*;
PredictiveScalingPredefinedMetricPairProperty predictiveScalingPredefinedMetricPairProperty = PredictiveScalingPredefinedMetricPairProperty.builder()
.predefinedMetricType("predefinedMetricType")
// the properties below are optional
.resourceLabel("resourceLabel")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnScalingPolicy.PredictiveScalingPredefinedMetricPairProperty.Builder
|
static class |
CfnScalingPolicy.PredictiveScalingPredefinedMetricPairProperty.Jsii$Proxy
An implementation for
CfnScalingPolicy.PredictiveScalingPredefinedMetricPairProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnScalingPolicy.PredictiveScalingPredefinedMetricPairProperty.Builder |
builder() |
String |
getPredefinedMetricType()
`CfnScalingPolicy.PredictiveScalingPredefinedMetricPairProperty.PredefinedMetricType`.
|
default String |
getResourceLabel()
`CfnScalingPolicy.PredictiveScalingPredefinedMetricPairProperty.ResourceLabel`.
|
@Stability(value=Stable) @NotNull String getPredefinedMetricType()
@Stability(value=Stable) @Nullable default String getResourceLabel()
@Stability(value=Stable) static CfnScalingPolicy.PredictiveScalingPredefinedMetricPairProperty.Builder builder()
Copyright © 2021. All rights reserved.