interface AlarmActionConfig
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CloudWatch.AlarmActionConfig |
![]() | software.amazon.awscdk.services.cloudwatch.AlarmActionConfig |
![]() | aws_cdk.aws_cloudwatch.AlarmActionConfig |
![]() | @aws-cdk/aws-cloudwatch » AlarmActionConfig |
Obtainable from
Application
.bind()
, Auto
.bind()
, Ec2
.bind()
, Sns
.bind()
, Ssm
.bind()
Properties for an alarm action.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cloudwatch from '@aws-cdk/aws-cloudwatch';
const alarmActionConfig: cloudwatch.AlarmActionConfig = {
alarmActionArn: 'alarmActionArn',
};
Properties
Name | Type | Description |
---|---|---|
alarm | string | Return the ARN that should be used for a CloudWatch Alarm action. |
alarmActionArn
Type:
string
Return the ARN that should be used for a CloudWatch Alarm action.