Class MetricGraphConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudwatch.MetricGraphConfig.Jsii$Proxy
- All Implemented Interfaces:
MetricGraphConfig
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- MetricGraphConfig
@Stability(Deprecated)
@Deprecated
@Internal
public static final class MetricGraphConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements MetricGraphConfig
Deprecated.
An implementation for
MetricGraphConfig
-
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.cloudwatch.MetricGraphConfig
MetricGraphConfig.Builder, MetricGraphConfig.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(MetricGraphConfig.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theMetricGraphConfig.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
Deprecated.final boolean
Deprecated.final String
getColor()
Deprecated.(deprecated) Color for the graph line.Deprecated.(deprecated) The dimensions to apply to the alarm.final String
getLabel()
Deprecated.(deprecated) Label for the metric.final String
Deprecated.(deprecated) Name of the metric.final String
Deprecated.(deprecated) Namespace of the metric.final Number
Deprecated.(deprecated) How many seconds to aggregate over.Deprecated.(deprecated) Rendering properties override yAxis parameter of the widget object.final String
Deprecated.(deprecated) Aggregation function to use (can be either simple or a percentile).final Unit
getUnit()
Deprecated.(deprecated) The unit of the alarm.final int
hashCode()
Deprecated.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) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theMetricGraphConfig.Builder
.
-
-
Method Details
-
getMetricName
Deprecated.Description copied from interface:MetricGraphConfig
(deprecated) Name of the metric.- Specified by:
getMetricName
in interfaceMetricGraphConfig
-
getNamespace
Deprecated.Description copied from interface:MetricGraphConfig
(deprecated) Namespace of the metric.- Specified by:
getNamespace
in interfaceMetricGraphConfig
-
getPeriod
Deprecated.Description copied from interface:MetricGraphConfig
(deprecated) How many seconds to aggregate over.- Specified by:
getPeriod
in interfaceMetricGraphConfig
-
getRenderingProperties
Deprecated.Description copied from interface:MetricGraphConfig
(deprecated) Rendering properties override yAxis parameter of the widget object.- Specified by:
getRenderingProperties
in interfaceMetricGraphConfig
-
getColor
Deprecated.Description copied from interface:MetricGraphConfig
(deprecated) Color for the graph line.- Specified by:
getColor
in interfaceMetricGraphConfig
-
getDimensions
Deprecated.Description copied from interface:MetricGraphConfig
(deprecated) The dimensions to apply to the alarm.- Specified by:
getDimensions
in interfaceMetricGraphConfig
-
getLabel
Deprecated.Description copied from interface:MetricGraphConfig
(deprecated) Label for the metric.- Specified by:
getLabel
in interfaceMetricGraphConfig
-
getStatistic
Deprecated.Description copied from interface:MetricGraphConfig
(deprecated) Aggregation function to use (can be either simple or a percentile).- Specified by:
getStatistic
in interfaceMetricGraphConfig
-
getUnit
Deprecated.Description copied from interface:MetricGraphConfig
(deprecated) The unit of the alarm.- Specified by:
getUnit
in interfaceMetricGraphConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-