Class CfnScalingPolicy.MetricProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.autoscaling.CfnScalingPolicy.MetricProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnScalingPolicy.MetricProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnScalingPolicy.MetricProperty
@Stability(Stable)
@Internal
public static final class CfnScalingPolicy.MetricProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnScalingPolicy.MetricProperty
An implementation for
CfnScalingPolicy.MetricProperty-
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.services.autoscaling.CfnScalingPolicy.MetricProperty
CfnScalingPolicy.MetricProperty.Builder, CfnScalingPolicy.MetricProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnScalingPolicy.MetricProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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.MetricProperty.Builder.
-
-
Method Details
-
getMetricName
Description copied from interface:CfnScalingPolicy.MetricPropertyThe name of the metric.- Specified by:
getMetricNamein interfaceCfnScalingPolicy.MetricProperty
-
getNamespace
Description copied from interface:CfnScalingPolicy.MetricPropertyThe namespace of the metric.For more information, see the table in AWS services that publish CloudWatch metrics in the Amazon CloudWatch User Guide .
- Specified by:
getNamespacein interfaceCfnScalingPolicy.MetricProperty
-
getDimensions
Description copied from interface:CfnScalingPolicy.MetricPropertyThe dimensions for the metric.For the list of available dimensions, see the AWS documentation available from the table in AWS services that publish CloudWatch metrics in the Amazon CloudWatch User Guide .
Conditional: If you published your metric with dimensions, you must specify the same dimensions in your scaling policy.
- Specified by:
getDimensionsin interfaceCfnScalingPolicy.MetricProperty
-
$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()
-