Class MetricAlarmConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudwatch.MetricAlarmConfig.Jsii$Proxy
- All Implemented Interfaces:
MetricAlarmConfig
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- MetricAlarmConfig
@Stability(Deprecated)
@Deprecated
@Internal
public static final class MetricAlarmConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements MetricAlarmConfig
Deprecated.
An implementation for
MetricAlarmConfig
-
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.MetricAlarmConfig
MetricAlarmConfig.Builder, MetricAlarmConfig.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(MetricAlarmConfig.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theMetricAlarmConfig.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.Deprecated.(deprecated) The dimensions to apply to the alarm.final String
Deprecated.(deprecated) Percentile aggregation function to use.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.final Statistic
Deprecated.(deprecated) Simple aggregation function to use.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 theMetricAlarmConfig.Builder
.
-
-
Method Details
-
getMetricName
Deprecated.Description copied from interface:MetricAlarmConfig
(deprecated) Name of the metric.- Specified by:
getMetricName
in interfaceMetricAlarmConfig
-
getNamespace
Deprecated.Description copied from interface:MetricAlarmConfig
(deprecated) Namespace of the metric.- Specified by:
getNamespace
in interfaceMetricAlarmConfig
-
getPeriod
Deprecated.Description copied from interface:MetricAlarmConfig
(deprecated) How many seconds to aggregate over.- Specified by:
getPeriod
in interfaceMetricAlarmConfig
-
getDimensions
Deprecated.Description copied from interface:MetricAlarmConfig
(deprecated) The dimensions to apply to the alarm.- Specified by:
getDimensions
in interfaceMetricAlarmConfig
-
getExtendedStatistic
Deprecated.Description copied from interface:MetricAlarmConfig
(deprecated) Percentile aggregation function to use.- Specified by:
getExtendedStatistic
in interfaceMetricAlarmConfig
-
getStatistic
Deprecated.Description copied from interface:MetricAlarmConfig
(deprecated) Simple aggregation function to use.- Specified by:
getStatistic
in interfaceMetricAlarmConfig
-
getUnit
Deprecated.Description copied from interface:MetricAlarmConfig
(deprecated) The unit of the alarm.- Specified by:
getUnit
in interfaceMetricAlarmConfig
-
$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.
-