class CloudWatchAlarmConfigurationChange
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.CloudWatch.Events.AlarmEvents.CloudWatchAlarmConfigurationChange |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awscloudwatch/events#AlarmEvents_CloudWatchAlarmConfigurationChange |
Java | software.amazon.awscdk.mixins.preview.services.cloudwatch.events.AlarmEvents.CloudWatchAlarmConfigurationChange |
Python | aws_cdk.mixins_preview.aws_cloudwatch.events.AlarmEvents.CloudWatchAlarmConfigurationChange |
TypeScript | @aws-cdk/mixins-preview » aws_cloudwatch » events » AlarmEvents » CloudWatchAlarmConfigurationChange |
aws.cloudwatch@CloudWatchAlarmConfigurationChange 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 cloudWatchAlarmConfigurationChange = new cloudwatch_events.AlarmEvents.CloudWatchAlarmConfigurationChange();
Initializer
new CloudWatchAlarmConfigurationChange()

.NET
Go
Java
Python
TypeScript