Interface CfnScalingPlan.PredefinedScalingMetricSpecificationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnScalingPlan.PredefinedScalingMetricSpecificationProperty.Jsii$Proxy
Enclosing class:
CfnScalingPlan

@Stability(Stable) public static interface CfnScalingPlan.PredefinedScalingMetricSpecificationProperty extends software.amazon.jsii.JsiiSerializable
PredefinedScalingMetricSpecification is a subproperty of TargetTrackingConfiguration that specifies a customized scaling metric for a target tracking configuration to use with a scaling plan.

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.autoscalingplans.*;
 PredefinedScalingMetricSpecificationProperty predefinedScalingMetricSpecificationProperty = PredefinedScalingMetricSpecificationProperty.builder()
         .predefinedScalingMetricType("predefinedScalingMetricType")
         // the properties below are optional
         .resourceLabel("resourceLabel")
         .build();
 

See Also: