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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.autoscaling.CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty
CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty.Builder, CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnScalingPolicy.PredictiveScalingMetricSpecificationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The customized capacity metric specification.final Object
The customized load metric specification.final Object
The customized scaling metric specification.final Object
The predefined load metric specification.final Object
The predefined metric pair specification from which Amazon EC2 Auto Scaling determines the appropriate scaling metric and load metric to use.final Object
The predefined scaling metric specification.final Number
Specifies the target utilization.final int
hashCode()
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.PredictiveScalingMetricSpecificationProperty
Specifies 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:
getTargetValue
in interfaceCfnScalingPolicy.PredictiveScalingMetricSpecificationProperty
- See Also:
-
getCustomizedCapacityMetricSpecification
Description copied from interface:CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty
The customized capacity metric specification.- Specified by:
getCustomizedCapacityMetricSpecification
in interfaceCfnScalingPolicy.PredictiveScalingMetricSpecificationProperty
- See Also:
-
getCustomizedLoadMetricSpecification
Description copied from interface:CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty
The customized load metric specification.- Specified by:
getCustomizedLoadMetricSpecification
in interfaceCfnScalingPolicy.PredictiveScalingMetricSpecificationProperty
- See Also:
-
getCustomizedScalingMetricSpecification
Description copied from interface:CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty
The customized scaling metric specification.- Specified by:
getCustomizedScalingMetricSpecification
in interfaceCfnScalingPolicy.PredictiveScalingMetricSpecificationProperty
- See Also:
-
getPredefinedLoadMetricSpecification
Description copied from interface:CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty
The predefined load metric specification.- Specified by:
getPredefinedLoadMetricSpecification
in interfaceCfnScalingPolicy.PredictiveScalingMetricSpecificationProperty
- See Also:
-
getPredefinedMetricPairSpecification
Description copied from interface:CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty
The predefined metric pair specification from which Amazon EC2 Auto Scaling determines the appropriate scaling metric and load metric to use.- Specified by:
getPredefinedMetricPairSpecification
in interfaceCfnScalingPolicy.PredictiveScalingMetricSpecificationProperty
- See Also:
-
getPredefinedScalingMetricSpecification
Description copied from interface:CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty
The predefined scaling metric specification.- Specified by:
getPredefinedScalingMetricSpecification
in interfaceCfnScalingPolicy.PredictiveScalingMetricSpecificationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-