Uses of Interface
software.amazon.awscdk.services.cloudwatch.IAlarm
-
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.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 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.AlarmWidgetProps.getAlarm()The alarm to show.final IAlarmAlarmWidgetProps.Jsii$Proxy.getAlarm()Methods in software.amazon.awscdk.services.cloudwatch that return types with arguments of type IAlarmModifier and TypeMethodDescriptionAlarmStatusWidgetProps.getAlarms()CloudWatch Alarms to show in widget.AlarmStatusWidgetProps.Jsii$Proxy.getAlarms()Methods in software.amazon.awscdk.services.cloudwatch with parameters of type IAlarmModifier and TypeMethodDescriptionThe alarm to show.Sets the value ofAlarmWidgetProps.getAlarm()Return the properties required to send alarm actions to this CloudWatch alarm.default AlarmActionConfigReturn the properties required to send alarm actions to this CloudWatch alarm.final AlarmActionConfigReturn the properties required to send alarm actions to this CloudWatch alarm.static IAlarmRuleAlarmRule.fromAlarm(IAlarm alarm, AlarmState alarmState) function to build Rule Expression for given IAlarm and AlarmState.Method parameters in software.amazon.awscdk.services.cloudwatch with type arguments of type IAlarmModifier and TypeMethodDescriptionCloudWatch Alarms to show in widget.Sets the value ofAlarmStatusWidgetProps.getAlarms()