Class CfnScalingPolicy.MetricStatProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.autoscaling.CfnScalingPolicy.MetricStatProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnScalingPolicy.MetricStatProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnScalingPolicy.MetricStatProperty
@Stability(Stable)
@Internal
public static final class CfnScalingPolicy.MetricStatProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnScalingPolicy.MetricStatProperty
An implementation for
CfnScalingPolicy.MetricStatProperty
-
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.MetricStatProperty
CfnScalingPolicy.MetricStatProperty.Builder, CfnScalingPolicy.MetricStatProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnScalingPolicy.MetricStatProperty.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 CloudWatch metric to return, including the metric name, namespace, and dimensions.final String
getStat()
The statistic to return.final String
getUnit()
The unit to use for the returned data points.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.MetricStatProperty.Builder
.
-
-
Method Details
-
getMetric
Description copied from interface:CfnScalingPolicy.MetricStatProperty
The 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 .
- Specified by:
getMetric
in interfaceCfnScalingPolicy.MetricStatProperty
- See Also:
-
getStat
Description copied from interface:CfnScalingPolicy.MetricStatProperty
The 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
Average
andSum
.- Specified by:
getStat
in interfaceCfnScalingPolicy.MetricStatProperty
- See Also:
-
getUnit
Description copied from interface:CfnScalingPolicy.MetricStatProperty
The 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:
getUnit
in interfaceCfnScalingPolicy.MetricStatProperty
- 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()
-