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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.autoscaling.CfnScalingPolicy.MetricProperty
CfnScalingPolicy.MetricProperty.Builder, CfnScalingPolicy.MetricProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnScalingPolicy.MetricProperty.Builder
.protected
Jsii$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.MetricProperty
The name of the metric.- Specified by:
getMetricName
in interfaceCfnScalingPolicy.MetricProperty
-
getNamespace
Description copied from interface:CfnScalingPolicy.MetricProperty
The 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:
getNamespace
in interfaceCfnScalingPolicy.MetricProperty
-
getDimensions
Description copied from interface:CfnScalingPolicy.MetricProperty
The 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:
getDimensions
in interfaceCfnScalingPolicy.MetricProperty
-
$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()
-