Class CompositeAlarmProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudwatch.CompositeAlarmProps.Jsii$Proxy
- All Implemented Interfaces:
CompositeAlarmProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CompositeAlarmProps
@Stability(Stable)
@Internal
public static final class CompositeAlarmProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CompositeAlarmProps
An implementation for
CompositeAlarmProps
-
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.CompositeAlarmProps
CompositeAlarmProps.Builder, CompositeAlarmProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CompositeAlarmProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCompositeAlarmProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Boolean
Whether the actions for this alarm are enabled.final IAlarm
Actions will be suppressed if the suppressor alarm is in the ALARM state.final Duration
The maximum duration that the composite alarm waits after suppressor alarm goes out of the ALARM state.final Duration
The maximum duration that the composite alarm waits for the suppressor alarm to go into the ALARM state.final String
Description for the alarm.final IAlarmRule
Expression that specifies which other alarms are to be evaluated to determine this composite alarm's state.final String
Name of the alarm.final int
hashCode()
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 theCompositeAlarmProps.Builder
.
-
-
Method Details
-
getAlarmRule
Description copied from interface:CompositeAlarmProps
Expression that specifies which other alarms are to be evaluated to determine this composite alarm's state.- Specified by:
getAlarmRule
in interfaceCompositeAlarmProps
-
getActionsEnabled
Description copied from interface:CompositeAlarmProps
Whether the actions for this alarm are enabled.Default: true
- Specified by:
getActionsEnabled
in interfaceCompositeAlarmProps
-
getActionsSuppressor
Description copied from interface:CompositeAlarmProps
Actions will be suppressed if the suppressor alarm is in the ALARM state.Default: - alarm will not be suppressed.
- Specified by:
getActionsSuppressor
in interfaceCompositeAlarmProps
-
getActionsSuppressorExtensionPeriod
Description copied from interface:CompositeAlarmProps
The maximum duration that the composite alarm waits after suppressor alarm goes out of the ALARM state.After this time, the composite alarm performs its actions.
Default: - 1 minute extension period will be set.
- Specified by:
getActionsSuppressorExtensionPeriod
in interfaceCompositeAlarmProps
-
getActionsSuppressorWaitPeriod
Description copied from interface:CompositeAlarmProps
The maximum duration that the composite alarm waits for the suppressor alarm to go into the ALARM state.After this time, the composite alarm performs its actions.
Default: - 1 minute wait period will be set.
- Specified by:
getActionsSuppressorWaitPeriod
in interfaceCompositeAlarmProps
-
getAlarmDescription
Description copied from interface:CompositeAlarmProps
Description for the alarm.Default: - No description.
- Specified by:
getAlarmDescription
in interfaceCompositeAlarmProps
-
getCompositeAlarmName
Description copied from interface:CompositeAlarmProps
Name of the alarm.Default: - Automatically generated name.
- Specified by:
getCompositeAlarmName
in interfaceCompositeAlarmProps
-
$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()
-