class EC2FastLaunchStateChangeNotification
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.EC2.Events.EC2FastLaunchStateChangeNotification |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsec2/events#EC2FastLaunchStateChangeNotification |
Java | software.amazon.awscdk.mixins.preview.services.ec2.events.EC2FastLaunchStateChangeNotification |
Python | aws_cdk.mixins_preview.aws_ec2.events.EC2FastLaunchStateChangeNotification |
TypeScript | @aws-cdk/mixins-preview » aws_ec2 » events » EC2FastLaunchStateChangeNotification |
EventBridge event pattern for aws.ec2@EC2FastLaunchStateChangeNotification.
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 eC2FastLaunchStateChangeNotification = new ec2_events.EC2FastLaunchStateChangeNotification();
Initializer
new EC2FastLaunchStateChangeNotification()
Methods
| Name | Description |
|---|---|
| static ec2 | EventBridge event pattern for EC2 Fast Launch State-change Notification. |
static ec2FastLaunchStateChangeNotificationPattern(options?)
public static ec2FastLaunchStateChangeNotificationPattern(options?: EC2FastLaunchStateChangeNotificationProps): EventPattern
Parameters
Returns
EventBridge event pattern for EC2 Fast Launch State-change Notification.

.NET
Go
Java
Python
TypeScript