Class CfnScalingPolicy.PredictiveScalingMetricStatProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.applicationautoscaling.CfnScalingPolicy.PredictiveScalingMetricStatProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnScalingPolicy.PredictiveScalingMetricStatProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnScalingPolicy.PredictiveScalingMetricStatProperty
@Stability(Stable)
@Internal
public static final class CfnScalingPolicy.PredictiveScalingMetricStatProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnScalingPolicy.PredictiveScalingMetricStatProperty
An implementation for
CfnScalingPolicy.PredictiveScalingMetricStatProperty-
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.PredictiveScalingMetricStatProperty
CfnScalingPolicy.PredictiveScalingMetricStatProperty.Builder, CfnScalingPolicy.PredictiveScalingMetricStatProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnScalingPolicy.PredictiveScalingMetricStatProperty.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 CloudWatch metric to return, including the metric name, namespace, and dimensions.final StringgetStat()The statistic to return.final StringgetUnit()The unit to use for the returned data points.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.PredictiveScalingMetricStatProperty.Builder.
-
-
Method Details
-
getMetric
Description copied from interface:CfnScalingPolicy.PredictiveScalingMetricStatPropertyThe CloudWatch metric to return, including the metric name, namespace, and dimensions.To get the exact metric name, namespace, and dimensions, inspect the Metric object that is returned by a call to ListMetrics .
Returns union: either
IResolvableorCfnScalingPolicy.PredictiveScalingMetricProperty- Specified by:
getMetricin interfaceCfnScalingPolicy.PredictiveScalingMetricStatProperty- See Also:
-
getStat
Description copied from interface:CfnScalingPolicy.PredictiveScalingMetricStatPropertyThe statistic to return.It can include any CloudWatch statistic or extended statistic. For a list of valid values, see the table in Statistics in the Amazon CloudWatch User Guide .
The most commonly used metrics for predictive scaling are
AverageandSum.- Specified by:
getStatin interfaceCfnScalingPolicy.PredictiveScalingMetricStatProperty- See Also:
-
getUnit
Description copied from interface:CfnScalingPolicy.PredictiveScalingMetricStatPropertyThe unit to use for the returned data points.For a complete list of the units that CloudWatch supports, see the MetricDatum data type in the Amazon CloudWatch API Reference .
- Specified by:
getUnitin interfaceCfnScalingPolicy.PredictiveScalingMetricStatProperty- 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()
-