public static final class CfnScalingPlan.CustomizedScalingMetricSpecificationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnScalingPlan.CustomizedScalingMetricSpecificationProperty
CfnScalingPlan.CustomizedScalingMetricSpecificationProperty
CfnScalingPlan.CustomizedScalingMetricSpecificationProperty.Builder, CfnScalingPlan.CustomizedScalingMetricSpecificationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getDimensions()
The dimensions of the metric.
|
java.lang.String |
getMetricName()
The name of the metric.
|
java.lang.String |
getNamespace()
The namespace of the metric.
|
java.lang.String |
getStatistic()
The statistic of the metric.
|
java.lang.String |
getUnit()
The unit of the metric.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getMetricName()
CfnScalingPlan.CustomizedScalingMetricSpecificationProperty
getMetricName
in interface CfnScalingPlan.CustomizedScalingMetricSpecificationProperty
public final java.lang.String getNamespace()
CfnScalingPlan.CustomizedScalingMetricSpecificationProperty
getNamespace
in interface CfnScalingPlan.CustomizedScalingMetricSpecificationProperty
public final java.lang.String getStatistic()
CfnScalingPlan.CustomizedScalingMetricSpecificationProperty
getStatistic
in interface CfnScalingPlan.CustomizedScalingMetricSpecificationProperty
public final java.lang.Object getDimensions()
CfnScalingPlan.CustomizedScalingMetricSpecificationProperty
Conditional: If you published your metric with dimensions, you must specify the same dimensions in your customized scaling metric specification.
getDimensions
in interface CfnScalingPlan.CustomizedScalingMetricSpecificationProperty
public final java.lang.String getUnit()
CfnScalingPlan.CustomizedScalingMetricSpecificationProperty
getUnit
in interface CfnScalingPlan.CustomizedScalingMetricSpecificationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()