Class CfnScalingPlan.CustomizedLoadMetricSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.autoscalingplans.CfnScalingPlan.CustomizedLoadMetricSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnScalingPlan.CustomizedLoadMetricSpecificationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnScalingPlan.CustomizedLoadMetricSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnScalingPlan.CustomizedLoadMetricSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnScalingPlan.CustomizedLoadMetricSpecificationProperty
An implementation for
CfnScalingPlan.CustomizedLoadMetricSpecificationProperty
-
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.autoscalingplans.CfnScalingPlan.CustomizedLoadMetricSpecificationProperty
CfnScalingPlan.CustomizedLoadMetricSpecificationProperty.Builder, CfnScalingPlan.CustomizedLoadMetricSpecificationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnScalingPlan.CustomizedLoadMetricSpecificationProperty.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 dimensions of the metric.final String
The name of the metric.final String
The namespace of the metric.final String
The statistic of the metric.final String
getUnit()
The unit of the metric.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 theCfnScalingPlan.CustomizedLoadMetricSpecificationProperty.Builder
.
-
-
Method Details
-
getMetricName
Description copied from interface:CfnScalingPlan.CustomizedLoadMetricSpecificationProperty
The name of the metric.- Specified by:
getMetricName
in interfaceCfnScalingPlan.CustomizedLoadMetricSpecificationProperty
- See Also:
-
getNamespace
Description copied from interface:CfnScalingPlan.CustomizedLoadMetricSpecificationProperty
The namespace of the metric.- Specified by:
getNamespace
in interfaceCfnScalingPlan.CustomizedLoadMetricSpecificationProperty
- See Also:
-
getStatistic
Description copied from interface:CfnScalingPlan.CustomizedLoadMetricSpecificationProperty
The statistic of the metric.Allowed Values :
Sum
- Specified by:
getStatistic
in interfaceCfnScalingPlan.CustomizedLoadMetricSpecificationProperty
- See Also:
-
getDimensions
Description copied from interface:CfnScalingPlan.CustomizedLoadMetricSpecificationProperty
The dimensions of the metric.Conditional: If you published your metric with dimensions, you must specify the same dimensions in your customized load metric specification.
- Specified by:
getDimensions
in interfaceCfnScalingPlan.CustomizedLoadMetricSpecificationProperty
- See Also:
-
getUnit
Description copied from interface:CfnScalingPlan.CustomizedLoadMetricSpecificationProperty
The unit of the metric.- Specified by:
getUnit
in interfaceCfnScalingPlan.CustomizedLoadMetricSpecificationProperty
- 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()
-