Class CfnAlarmModelMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iotevents.CfnAlarmModelMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAlarmModelMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAlarmModelMixinProps
@Stability(Stable)
@Internal
public static final class CfnAlarmModelMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAlarmModelMixinProps
An implementation for
CfnAlarmModelMixinProps-
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.cfnpropertymixins.services.iotevents.CfnAlarmModelMixinProps
CfnAlarmModelMixinProps.Builder, CfnAlarmModelMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAlarmModelMixinProps.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 ObjectContains the configuration information of alarm state changes.final ObjectContains information about one or more alarm actions.final StringThe description of the alarm model.final StringThe name of the alarm model.final ObjectDefines when your alarm is invoked.final StringgetKey()An input attribute used as a key to create an alarm.final StringThe ARN of the IAM role that allows the alarm to perform actions and access AWS resources.final NumberA non-negative integer that reflects the severity level of the alarm.getTags()A list of key-value pairs that contain metadata for the alarm model.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 theCfnAlarmModelMixinProps.Builder.
-
-
Method Details
-
getAlarmCapabilities
Description copied from interface:CfnAlarmModelMixinPropsContains the configuration information of alarm state changes.Returns union: either
IResolvableorCfnAlarmModelPropsMixin.AlarmCapabilitiesProperty- Specified by:
getAlarmCapabilitiesin interfaceCfnAlarmModelMixinProps- See Also:
-
getAlarmEventActions
Description copied from interface:CfnAlarmModelMixinPropsContains information about one or more alarm actions.Returns union: either
IResolvableorCfnAlarmModelPropsMixin.AlarmEventActionsProperty- Specified by:
getAlarmEventActionsin interfaceCfnAlarmModelMixinProps- See Also:
-
getAlarmModelDescription
Description copied from interface:CfnAlarmModelMixinPropsThe description of the alarm model.- Specified by:
getAlarmModelDescriptionin interfaceCfnAlarmModelMixinProps- See Also:
-
getAlarmModelName
Description copied from interface:CfnAlarmModelMixinPropsThe name of the alarm model.- Specified by:
getAlarmModelNamein interfaceCfnAlarmModelMixinProps- See Also:
-
getAlarmRule
Description copied from interface:CfnAlarmModelMixinPropsDefines when your alarm is invoked.Returns union: either
IResolvableorCfnAlarmModelPropsMixin.AlarmRuleProperty- Specified by:
getAlarmRulein interfaceCfnAlarmModelMixinProps- See Also:
-
getKey
Description copied from interface:CfnAlarmModelMixinPropsAn input attribute used as a key to create an alarm.AWS IoT Events routes inputs associated with this key to the alarm.
- Specified by:
getKeyin interfaceCfnAlarmModelMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnAlarmModelMixinPropsThe ARN of the IAM role that allows the alarm to perform actions and access AWS resources.For more information, see Amazon Resource Names (ARNs) in the AWS General Reference .
- Specified by:
getRoleArnin interfaceCfnAlarmModelMixinProps- See Also:
-
getSeverity
Description copied from interface:CfnAlarmModelMixinPropsA non-negative integer that reflects the severity level of the alarm.- Specified by:
getSeverityin interfaceCfnAlarmModelMixinProps- See Also:
-
getTags
Description copied from interface:CfnAlarmModelMixinPropsA list of key-value pairs that contain metadata for the alarm model.The tags help you manage the alarm model. For more information, see Tagging your AWS IoT Events resources in the AWS IoT Events Developer Guide .
You can create up to 50 tags for one alarm model.
- Specified by:
getTagsin interfaceCfnAlarmModelMixinProps- See Also:
-
$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()
-