class CloudWatchAlarmStateChange
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.CloudWatch.Events.AlarmEvents.CloudWatchAlarmStateChange |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awscloudwatch/events#AlarmEvents_CloudWatchAlarmStateChange |
Java | software.amazon.awscdk.mixins.preview.services.cloudwatch.events.AlarmEvents.CloudWatchAlarmStateChange |
Python | aws_cdk.mixins_preview.aws_cloudwatch.events.AlarmEvents.CloudWatchAlarmStateChange |
TypeScript | @aws-cdk/mixins-preview » aws_cloudwatch » events » AlarmEvents » CloudWatchAlarmStateChange |
aws.cloudwatch@CloudWatchAlarmStateChange event types for Alarm.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as cloudwatch_events } from '@aws-cdk/mixins-preview/aws-cloudwatch';
const cloudWatchAlarmStateChange = new cloudwatch_events.AlarmEvents.CloudWatchAlarmStateChange();
Initializer
new CloudWatchAlarmStateChange()

.NET
Go
Java
Python
TypeScript