class EC2InstanceStateChangeNotification
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.EC2.Events.InstanceEvents.EC2InstanceStateChangeNotification |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsec2/events#InstanceEvents_EC2InstanceStateChangeNotification |
Java | software.amazon.awscdk.mixins.preview.services.ec2.events.InstanceEvents.EC2InstanceStateChangeNotification |
Python | aws_cdk.mixins_preview.aws_ec2.events.InstanceEvents.EC2InstanceStateChangeNotification |
TypeScript | @aws-cdk/mixins-preview » aws_ec2 » events » InstanceEvents » EC2InstanceStateChangeNotification |
aws.ec2@EC2InstanceStateChangeNotification event types for Instance.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as ec2_events } from '@aws-cdk/mixins-preview/aws-ec2';
const eC2InstanceStateChangeNotification = new ec2_events.InstanceEvents.EC2InstanceStateChangeNotification();
Initializer
new EC2InstanceStateChangeNotification()

.NET
Go
Java
Python
TypeScript