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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudwatch.CompositeAlarmProps
CompositeAlarmProps.Builder, CompositeAlarmProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CompositeAlarmProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCompositeAlarmProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal BooleanWhether the actions for this alarm are enabled.final StringDescription for the alarm.final IAlarmRuleExpression that specifies which other alarms are to be evaluated to determine this composite alarm's state.final StringName of the alarm.final inthashCode()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:CompositeAlarmPropsExpression that specifies which other alarms are to be evaluated to determine this composite alarm's state.- Specified by:
getAlarmRulein interfaceCompositeAlarmProps
-
getActionsEnabled
Description copied from interface:CompositeAlarmPropsWhether the actions for this alarm are enabled.Default: true
- Specified by:
getActionsEnabledin interfaceCompositeAlarmProps
-
getAlarmDescription
Description copied from interface:CompositeAlarmPropsDescription for the alarm.Default: No description
- Specified by:
getAlarmDescriptionin interfaceCompositeAlarmProps
-
getCompositeAlarmName
Description copied from interface:CompositeAlarmPropsName of the alarm.Default: Automatically generated name
- Specified by:
getCompositeAlarmNamein interfaceCompositeAlarmProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-