Class CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.applicationautoscaling.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.applicationautoscaling.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 that 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.- Specified by:
getTargetValuein interfaceCfnScalingPolicy.PredictiveScalingMetricSpecificationProperty- See Also:
-
getCustomizedCapacityMetricSpecification
Description copied from interface:CfnScalingPolicy.PredictiveScalingMetricSpecificationPropertyThe customized capacity metric specification.Returns union: either
IResolvableorCfnScalingPolicy.PredictiveScalingCustomizedCapacityMetricProperty- Specified by:
getCustomizedCapacityMetricSpecificationin interfaceCfnScalingPolicy.PredictiveScalingMetricSpecificationProperty- See Also:
-
getCustomizedLoadMetricSpecification
Description copied from interface:CfnScalingPolicy.PredictiveScalingMetricSpecificationPropertyThe customized load metric specification.Returns union: either
IResolvableorCfnScalingPolicy.PredictiveScalingCustomizedLoadMetricProperty- Specified by:
getCustomizedLoadMetricSpecificationin interfaceCfnScalingPolicy.PredictiveScalingMetricSpecificationProperty- See Also:
-
getCustomizedScalingMetricSpecification
Description copied from interface:CfnScalingPolicy.PredictiveScalingMetricSpecificationPropertyThe customized scaling metric specification.Returns union: either
IResolvableorCfnScalingPolicy.PredictiveScalingCustomizedScalingMetricProperty- Specified by:
getCustomizedScalingMetricSpecificationin interfaceCfnScalingPolicy.PredictiveScalingMetricSpecificationProperty- See Also:
-
getPredefinedLoadMetricSpecification
Description copied from interface:CfnScalingPolicy.PredictiveScalingMetricSpecificationPropertyThe predefined load metric specification.Returns union: either
IResolvableorCfnScalingPolicy.PredictiveScalingPredefinedLoadMetricProperty- Specified by:
getPredefinedLoadMetricSpecificationin interfaceCfnScalingPolicy.PredictiveScalingMetricSpecificationProperty- See Also:
-
getPredefinedMetricPairSpecification
Description copied from interface:CfnScalingPolicy.PredictiveScalingMetricSpecificationPropertyThe predefined metric pair specification that determines the appropriate scaling metric and load metric to use.Returns union: either
IResolvableorCfnScalingPolicy.PredictiveScalingPredefinedMetricPairProperty- Specified by:
getPredefinedMetricPairSpecificationin interfaceCfnScalingPolicy.PredictiveScalingMetricSpecificationProperty- See Also:
-
getPredefinedScalingMetricSpecification
Description copied from interface:CfnScalingPolicy.PredictiveScalingMetricSpecificationPropertyThe predefined scaling metric specification.Returns union: either
IResolvableorCfnScalingPolicy.PredictiveScalingPredefinedScalingMetricProperty- Specified by:
getPredefinedScalingMetricSpecificationin interfaceCfnScalingPolicy.PredictiveScalingMetricSpecificationProperty- See Also:
-
$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()
-