Uses of Interface
software.amazon.awscdk.services.cloudwatch.IAlarm
Packages that use IAlarm
Package
Description
Amazon CloudWatch Construct Library
CloudWatch Alarm Actions library
Actions for AWS IoT Rule
-
Uses of IAlarm in software.amazon.awscdk.services.cloudwatch
Subinterfaces of IAlarm in software.amazon.awscdk.services.cloudwatchModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAlarm.Classes in software.amazon.awscdk.services.cloudwatch that implement IAlarmModifier and TypeClassDescriptionclassAn alarm on a CloudWatch metric.classThe base class for Alarm and CompositeAlarm resources.classCloudWatch Alarm that uses anomaly detection to trigger alarms.classA Composite Alarm based on Alarm Rule.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.cloudwatch that return IAlarmModifier and TypeMethodDescriptionstatic IAlarmAlarm.fromAlarmArn(software.constructs.Construct scope, String id, String alarmArn) Import an existing CloudWatch alarm provided an ARN.static IAlarmAlarm.fromAlarmName(software.constructs.Construct scope, String id, String alarmName) Import an existing CloudWatch alarm provided an Name.static IAlarmCompositeAlarm.fromCompositeAlarmArn(software.constructs.Construct scope, String id, String compositeAlarmArn) Import an existing CloudWatch composite alarm provided an ARN.static IAlarmCompositeAlarm.fromCompositeAlarmName(software.constructs.Construct scope, String id, String compositeAlarmName) Import an existing CloudWatch composite alarm provided an Name.Methods in software.amazon.awscdk.services.cloudwatch with parameters of type IAlarmModifier and TypeMethodDescriptionReturn the properties required to send alarm actions to this CloudWatch alarm.default AlarmActionConfigReturn the properties required to send alarm actions to this CloudWatch alarm. -
Uses of IAlarm in software.amazon.awscdk.services.cloudwatch.actions
Methods in software.amazon.awscdk.services.cloudwatch.actions with parameters of type IAlarmModifier and TypeMethodDescriptionReturns an alarm action configuration to use an ApplicationScaling StepScalingAction as an alarm action.Returns an alarm action configuration to use an AutoScaling StepScalingAction as an alarm action.Returns an alarm action configuration to use an EC2 action as an alarm action.Returns an alarm action configuration to use a Lambda action as an alarm action.Returns an alarm action configuration to use an SNS topic as an alarm action.Returns an alarm action configuration to use an SSM OpsItem action as an alarm action.Returns an alarm action configuration to use an SSM Incident as an alarm action based on an Incident Manager Response Plan. -
Uses of IAlarm in software.amazon.awscdk.services.iot.actions.alpha
Methods in software.amazon.awscdk.services.iot.actions.alpha with parameters of type IAlarmModifier and TypeMethodDescriptionConstructors in software.amazon.awscdk.services.iot.actions.alpha with parameters of type IAlarmModifierConstructorDescription