Interface CfnScalingPolicyPropsMixin.PredictiveScalingPredefinedMetricPairProperty

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

@Stability(Stable) public static interface CfnScalingPolicyPropsMixin.PredictiveScalingPredefinedMetricPairProperty extends software.amazon.jsii.JsiiSerializable
Contains metric pair information for the PredefinedMetricPairSpecification property of the AWS::AutoScaling::ScalingPolicy PredictiveScalingMetricSpecification property type.

For more information, see Predictive scaling in the Amazon EC2 Auto Scaling User Guide .

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.autoscaling.*;
 PredictiveScalingPredefinedMetricPairProperty predictiveScalingPredefinedMetricPairProperty = PredictiveScalingPredefinedMetricPairProperty.builder()
         .predefinedMetricType("predefinedMetricType")
         .resourceLabel("resourceLabel")
         .build();
 

See Also: