Uses of Interface
software.amazon.awscdk.interfaces.cloudwatch.IAlarmRef
Packages that use IAlarmRef
Package
Description
AWS AppConfig Construct Library
Amazon CloudWatch Construct Library
CloudWatch Alarm Actions library
AWS CodeDeploy Construct Library
-
Uses of IAlarmRef in software.amazon.awscdk.interfaces.cloudwatch
Subinterfaces of IAlarmRef in software.amazon.awscdk.interfaces.cloudwatchModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAlarmRef.Classes in software.amazon.awscdk.interfaces.cloudwatch that implement IAlarmRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IAlarmRef in software.amazon.awscdk.mixins.preview.services.cloudwatch.events
Methods in software.amazon.awscdk.mixins.preview.services.cloudwatch.events with parameters of type IAlarmRefModifier and TypeMethodDescriptionstatic AlarmEvents(experimental) Create AlarmEvents from a Alarm reference. -
Uses of IAlarmRef in software.amazon.awscdk.services.appconfig
Methods in software.amazon.awscdk.services.appconfig with parameters of type IAlarmRefModifier and TypeMethodDescriptionstatic MonitorMonitor.fromCloudWatchAlarm(IAlarmRef alarm) Creates a Monitor from a CloudWatch alarm.static MonitorMonitor.fromCloudWatchAlarm(IAlarmRef alarm, IRoleRef alarmRole) Creates a Monitor from a CloudWatch alarm. -
Uses of IAlarmRef in software.amazon.awscdk.services.cloudwatch
Subinterfaces of IAlarmRef in software.amazon.awscdk.services.cloudwatchModifier and TypeInterfaceDescriptioninterfaceRepresents a CloudWatch Alarm.static interfaceInternal default implementation forIAlarm.Classes in software.amazon.awscdk.services.cloudwatch that implement IAlarmRefModifier and TypeClassDescriptionclassAn alarm on a CloudWatch metric.classThe base class for Alarm and CompositeAlarm resources.classCloudWatch Alarm that uses anomaly detection to trigger alarms.classTheAWS::CloudWatch::Alarmtype specifies an alarm and associates it with the specified metric or metric math expression.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 IAlarmRefModifier and TypeMethodDescriptionstatic IAlarmRefCfnAlarm.fromAlarmArn(software.constructs.Construct scope, String id, String arn) Creates a new IAlarmRef from an ARN.static IAlarmRefCfnAlarm.fromAlarmName(software.constructs.Construct scope, String id, String alarmName) Creates a new IAlarmRef from a alarmName.default IAlarmRefCompositeAlarmProps.getActionsSuppressor()Actions will be suppressed if the suppressor alarm is in the ALARM state.final IAlarmRefCompositeAlarmProps.Jsii$Proxy.getActionsSuppressor()AlarmWidgetProps.getAlarm()The alarm to show.final IAlarmRefAlarmWidgetProps.Jsii$Proxy.getAlarm()Methods in software.amazon.awscdk.services.cloudwatch that return types with arguments of type IAlarmRefModifier and TypeMethodDescriptionAlarmStatusWidgetProps.getAlarms()CloudWatch Alarms to show in widget.AlarmStatusWidgetProps.Jsii$Proxy.getAlarms()Methods in software.amazon.awscdk.services.cloudwatch with parameters of type IAlarmRefModifier and TypeMethodDescriptionCfnCompositeAlarm.Builder.actionsSuppressor(IAlarmRef actionsSuppressor) Actions will be suppressed if the suppressor alarm is in theALARMstate.CfnCompositeAlarmProps.Builder.actionsSuppressor(IAlarmRef actionsSuppressor) Sets the value ofCfnCompositeAlarmProps.getActionsSuppressor()CompositeAlarm.Builder.actionsSuppressor(IAlarmRef actionsSuppressor) Actions will be suppressed if the suppressor alarm is in the ALARM state.CompositeAlarmProps.Builder.actionsSuppressor(IAlarmRef actionsSuppressor) Sets the value ofCompositeAlarmProps.getActionsSuppressor()The alarm to show.Sets the value ofAlarmWidgetProps.getAlarm()static StringCfnAlarm.arnForAlarm(IAlarmRef resource) 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.static IAlarmRuleAlarmRule.fromAlarm(IAlarmRef 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 IAlarmRefModifier and TypeMethodDescriptionCloudWatch Alarms to show in widget.Sets the value ofAlarmStatusWidgetProps.getAlarms() -
Uses of IAlarmRef in software.amazon.awscdk.services.cloudwatch.actions
Methods in software.amazon.awscdk.services.cloudwatch.actions with parameters of type IAlarmRefModifier 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 IAlarmRef in software.amazon.awscdk.services.codedeploy
Methods in software.amazon.awscdk.services.codedeploy that return types with arguments of type IAlarmRefModifier and TypeMethodDescriptionEcsDeploymentGroupProps.getAlarms()The CloudWatch alarms associated with this Deployment Group.EcsDeploymentGroupProps.Jsii$Proxy.getAlarms()LambdaDeploymentGroupProps.getAlarms()The CloudWatch alarms associated with this Deployment Group.LambdaDeploymentGroupProps.Jsii$Proxy.getAlarms()ServerDeploymentGroupProps.getAlarms()The CloudWatch alarms associated with this Deployment Group.ServerDeploymentGroupProps.Jsii$Proxy.getAlarms()Methods in software.amazon.awscdk.services.codedeploy with parameters of type IAlarmRefModifier and TypeMethodDescriptionvoidAssociates an additional alarm with this Deployment Group.voidAssociates an additional alarm with this Deployment Group.voidAssociates an additional alarm with this Deployment Group.Method parameters in software.amazon.awscdk.services.codedeploy with type arguments of type IAlarmRefModifier and TypeMethodDescriptionThe CloudWatch alarms associated with this Deployment Group.Sets the value ofEcsDeploymentGroupProps.getAlarms()The CloudWatch alarms associated with this Deployment Group.Sets the value ofLambdaDeploymentGroupProps.getAlarms()The CloudWatch alarms associated with this Deployment Group.Sets the value ofServerDeploymentGroupProps.getAlarms()