Class CfnScalingPlanPropsMixin.CustomizedLoadMetricSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.autoscalingplans.CfnScalingPlanPropsMixin.CustomizedLoadMetricSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnScalingPlanPropsMixin.CustomizedLoadMetricSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnScalingPlanPropsMixin.CustomizedLoadMetricSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnScalingPlanPropsMixin.CustomizedLoadMetricSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnScalingPlanPropsMixin.CustomizedLoadMetricSpecificationProperty
An implementation for
CfnScalingPlanPropsMixin.CustomizedLoadMetricSpecificationProperty-
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.cfnpropertymixins.services.autoscalingplans.CfnScalingPlanPropsMixin.CustomizedLoadMetricSpecificationProperty
CfnScalingPlanPropsMixin.CustomizedLoadMetricSpecificationProperty.Builder, CfnScalingPlanPropsMixin.CustomizedLoadMetricSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnScalingPlanPropsMixin.CustomizedLoadMetricSpecificationProperty.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 dimensions of the metric.final StringThe name of the metric.final StringThe namespace of the metric.final StringThe statistic of the metric.final StringgetUnit()The unit of the metric.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
protected Jsii$Proxy(CfnScalingPlanPropsMixin.CustomizedLoadMetricSpecificationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnScalingPlanPropsMixin.CustomizedLoadMetricSpecificationProperty.Builder.
-
-
Method Details
-
getDimensions
Description copied from interface:CfnScalingPlanPropsMixin.CustomizedLoadMetricSpecificationPropertyThe dimensions of the metric.Conditional: If you published your metric with dimensions, you must specify the same dimensions in your customized load metric specification.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnScalingPlanPropsMixin.MetricDimensionProperty>- Specified by:
getDimensionsin interfaceCfnScalingPlanPropsMixin.CustomizedLoadMetricSpecificationProperty- See Also:
-
getMetricName
Description copied from interface:CfnScalingPlanPropsMixin.CustomizedLoadMetricSpecificationPropertyThe name of the metric.- Specified by:
getMetricNamein interfaceCfnScalingPlanPropsMixin.CustomizedLoadMetricSpecificationProperty- See Also:
-
getNamespace
Description copied from interface:CfnScalingPlanPropsMixin.CustomizedLoadMetricSpecificationPropertyThe namespace of the metric.- Specified by:
getNamespacein interfaceCfnScalingPlanPropsMixin.CustomizedLoadMetricSpecificationProperty- See Also:
-
getStatistic
Description copied from interface:CfnScalingPlanPropsMixin.CustomizedLoadMetricSpecificationPropertyThe statistic of the metric.Allowed Values :
Sum- Specified by:
getStatisticin interfaceCfnScalingPlanPropsMixin.CustomizedLoadMetricSpecificationProperty- See Also:
-
getUnit
Description copied from interface:CfnScalingPlanPropsMixin.CustomizedLoadMetricSpecificationPropertyThe unit of the metric.- Specified by:
getUnitin interfaceCfnScalingPlanPropsMixin.CustomizedLoadMetricSpecificationProperty- 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()
-