Class CfnScalingPlan.CustomizedScalingMetricSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.autoscalingplans.CfnScalingPlan.CustomizedScalingMetricSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnScalingPlan.CustomizedScalingMetricSpecificationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnScalingPlan.CustomizedScalingMetricSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnScalingPlan.CustomizedScalingMetricSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnScalingPlan.CustomizedScalingMetricSpecificationProperty
An implementation for
CfnScalingPlan.CustomizedScalingMetricSpecificationProperty
-
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.CustomizedScalingMetricSpecificationProperty
CfnScalingPlan.CustomizedScalingMetricSpecificationProperty.Builder, CfnScalingPlan.CustomizedScalingMetricSpecificationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnScalingPlan.CustomizedScalingMetricSpecificationProperty.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.CustomizedScalingMetricSpecificationProperty.Builder
.
-
-
Method Details
-
getMetricName
Description copied from interface:CfnScalingPlan.CustomizedScalingMetricSpecificationProperty
The name of the metric.To get the exact metric name, namespace, and dimensions, inspect the Metrics object that is returned by a call to ListMetrics .
- Specified by:
getMetricName
in interfaceCfnScalingPlan.CustomizedScalingMetricSpecificationProperty
-
getNamespace
Description copied from interface:CfnScalingPlan.CustomizedScalingMetricSpecificationProperty
The namespace of the metric.- Specified by:
getNamespace
in interfaceCfnScalingPlan.CustomizedScalingMetricSpecificationProperty
-
getStatistic
Description copied from interface:CfnScalingPlan.CustomizedScalingMetricSpecificationProperty
The statistic of the metric.- Specified by:
getStatistic
in interfaceCfnScalingPlan.CustomizedScalingMetricSpecificationProperty
-
getDimensions
Description copied from interface:CfnScalingPlan.CustomizedScalingMetricSpecificationProperty
The dimensions of the metric.Conditional: If you published your metric with dimensions, you must specify the same dimensions in your scaling policy.
- Specified by:
getDimensions
in interfaceCfnScalingPlan.CustomizedScalingMetricSpecificationProperty
-
getUnit
Description copied from interface:CfnScalingPlan.CustomizedScalingMetricSpecificationProperty
The unit of the metric.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 interfaceCfnScalingPlan.CustomizedScalingMetricSpecificationProperty
-
$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()
-