Class CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.autoscaling.CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty
An implementation for
CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.autoscaling.CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty
CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty.Builder, CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnScalingPolicy.PredictiveScalingMetricSpecificationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe customized capacity metric specification.final ObjectThe customized load metric specification.final ObjectThe customized scaling metric specification.final ObjectThe predefined load metric specification.final ObjectThe predefined metric pair specification from which Amazon EC2 Auto Scaling determines the appropriate scaling metric and load metric to use.final ObjectThe predefined scaling metric specification.final NumberSpecifies the target utilization.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnScalingPolicy.PredictiveScalingMetricSpecificationProperty.Builder.
-
-
Method Details
-
getTargetValue
Description copied from interface:CfnScalingPolicy.PredictiveScalingMetricSpecificationPropertySpecifies the target utilization.Some metrics are based on a count instead of a percentage, such as the request count for an Application Load Balancer or the number of messages in an SQS queue. If the scaling policy specifies one of these metrics, specify the target utilization as the optimal average request or message count per instance during any one-minute interval.
- Specified by:
getTargetValuein interfaceCfnScalingPolicy.PredictiveScalingMetricSpecificationProperty
-
getCustomizedCapacityMetricSpecification
Description copied from interface:CfnScalingPolicy.PredictiveScalingMetricSpecificationPropertyThe customized capacity metric specification.- Specified by:
getCustomizedCapacityMetricSpecificationin interfaceCfnScalingPolicy.PredictiveScalingMetricSpecificationProperty
-
getCustomizedLoadMetricSpecification
Description copied from interface:CfnScalingPolicy.PredictiveScalingMetricSpecificationPropertyThe customized load metric specification.- Specified by:
getCustomizedLoadMetricSpecificationin interfaceCfnScalingPolicy.PredictiveScalingMetricSpecificationProperty
-
getCustomizedScalingMetricSpecification
Description copied from interface:CfnScalingPolicy.PredictiveScalingMetricSpecificationPropertyThe customized scaling metric specification.- Specified by:
getCustomizedScalingMetricSpecificationin interfaceCfnScalingPolicy.PredictiveScalingMetricSpecificationProperty
-
getPredefinedLoadMetricSpecification
Description copied from interface:CfnScalingPolicy.PredictiveScalingMetricSpecificationPropertyThe predefined load metric specification.- Specified by:
getPredefinedLoadMetricSpecificationin interfaceCfnScalingPolicy.PredictiveScalingMetricSpecificationProperty
-
getPredefinedMetricPairSpecification
Description copied from interface:CfnScalingPolicy.PredictiveScalingMetricSpecificationPropertyThe predefined metric pair specification from which Amazon EC2 Auto Scaling determines the appropriate scaling metric and load metric to use.- Specified by:
getPredefinedMetricPairSpecificationin interfaceCfnScalingPolicy.PredictiveScalingMetricSpecificationProperty
-
getPredefinedScalingMetricSpecification
Description copied from interface:CfnScalingPolicy.PredictiveScalingMetricSpecificationPropertyThe predefined scaling metric specification.- Specified by:
getPredefinedScalingMetricSpecificationin interfaceCfnScalingPolicy.PredictiveScalingMetricSpecificationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-