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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudwatch.MetricGraphConfig
MetricGraphConfig.Builder, MetricGraphConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(MetricGraphConfig.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theMetricGraphConfig.Builder.protectedJsii$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.JsonNodeDeprecated.final booleanDeprecated.final StringgetColor()Deprecated.(deprecated) Color for the graph line.Deprecated.(deprecated) The dimensions to apply to the alarm.final StringgetLabel()Deprecated.(deprecated) Label for the metric.final StringDeprecated.(deprecated) Name of the metric.final StringDeprecated.(deprecated) Namespace of the metric.final NumberDeprecated.(deprecated) How many seconds to aggregate over.Deprecated.(deprecated) Rendering properties override yAxis parameter of the widget object.final StringDeprecated.(deprecated) Aggregation function to use (can be either simple or a percentile).final UnitgetUnit()Deprecated.(deprecated) The unit of the alarm.final inthashCode()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:
getMetricNamein interfaceMetricGraphConfig
-
getNamespace
Deprecated.Description copied from interface:MetricGraphConfig(deprecated) Namespace of the metric.- Specified by:
getNamespacein interfaceMetricGraphConfig
-
getPeriod
Deprecated.Description copied from interface:MetricGraphConfig(deprecated) How many seconds to aggregate over.- Specified by:
getPeriodin interfaceMetricGraphConfig
-
getRenderingProperties
Deprecated.Description copied from interface:MetricGraphConfig(deprecated) Rendering properties override yAxis parameter of the widget object.- Specified by:
getRenderingPropertiesin interfaceMetricGraphConfig
-
getColor
Deprecated.Description copied from interface:MetricGraphConfig(deprecated) Color for the graph line.- Specified by:
getColorin interfaceMetricGraphConfig
-
getDimensions
Deprecated.Description copied from interface:MetricGraphConfig(deprecated) The dimensions to apply to the alarm.- Specified by:
getDimensionsin interfaceMetricGraphConfig
-
getLabel
Deprecated.Description copied from interface:MetricGraphConfig(deprecated) Label for the metric.- Specified by:
getLabelin interfaceMetricGraphConfig
-
getStatistic
Deprecated.Description copied from interface:MetricGraphConfig(deprecated) Aggregation function to use (can be either simple or a percentile).- Specified by:
getStatisticin interfaceMetricGraphConfig
-
getUnit
Deprecated.Description copied from interface:MetricGraphConfig(deprecated) The unit of the alarm.- Specified by:
getUnitin interfaceMetricGraphConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-