![]() |
![]()
| ![]() |
![]()
NAMEPaws::AutoScaling::PredictiveScalingMetricSpecification USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::AutoScaling::PredictiveScalingMetricSpecification object: $service_obj->Method(Att1 => { PredefinedLoadMetricSpecification => $value, ..., TargetValue => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::AutoScaling::PredictiveScalingMetricSpecification object: $result = $service_obj->Method(...); $result->Att1->PredefinedLoadMetricSpecification DESCRIPTIONThis structure specifies the metrics and target utilization settings for a predictive scaling policy. You must specify either a metric pair, or a load metric and a scaling metric individually. Specifying a metric pair instead of individual metrics provides a simpler way to configure metrics for a scaling policy. You choose the metric pair, and the policy automatically knows the correct sum and average statistics to use for the load metric and the scaling metric. Example
ATTRIBUTESPredefinedLoadMetricSpecification => Paws::AutoScaling::PredictiveScalingPredefinedLoadMetricThe load metric specification. PredefinedMetricPairSpecification => Paws::AutoScaling::PredictiveScalingPredefinedMetricPairThe metric pair specification from which Amazon EC2 Auto Scaling determines the appropriate scaling metric and load metric to use. PredefinedScalingMetricSpecification => Paws::AutoScaling::PredictiveScalingPredefinedScalingMetricThe scaling metric specification. REQUIRED TargetValue => NumSpecifies the target utilization. SEE ALSOThis class forms part of Paws, describing an object used in Paws::AutoScaling BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|