Interface CfnScalingPolicy.PredictiveScalingPredefinedLoadMetricProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnScalingPolicy.PredictiveScalingPredefinedLoadMetricProperty.Jsii$Proxy
- Enclosing class:
CfnScalingPolicy
@Stability(Stable)
public static interface CfnScalingPolicy.PredictiveScalingPredefinedLoadMetricProperty
extends software.amazon.jsii.JsiiSerializable
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.applicationautoscaling.*;
PredictiveScalingPredefinedLoadMetricProperty predictiveScalingPredefinedLoadMetricProperty = PredictiveScalingPredefinedLoadMetricProperty.builder()
.predefinedMetricType("predefinedMetricType")
// the properties below are optional
.resourceLabel("resourceLabel")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnScalingPolicy.PredictiveScalingPredefinedLoadMetricProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPredefinedMetricType
- See Also:
-
getResourceLabel
- See Also:
-
builder
@Stability(Stable) static CfnScalingPolicy.PredictiveScalingPredefinedLoadMetricProperty.Builder builder()
-