class EC2InstanceLaunchSuccessful
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.AutoScaling.Events.EC2InstanceLaunchSuccessful |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsautoscaling/events#EC2InstanceLaunchSuccessful |
Java | software.amazon.awscdk.mixins.preview.services.autoscaling.events.EC2InstanceLaunchSuccessful |
Python | aws_cdk.mixins_preview.aws_autoscaling.events.EC2InstanceLaunchSuccessful |
TypeScript | @aws-cdk/mixins-preview » aws_autoscaling » events » EC2InstanceLaunchSuccessful |
EventBridge event pattern for aws.autoscaling@EC2InstanceLaunchSuccessful.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as autoscaling_events } from '@aws-cdk/mixins-preview/aws-autoscaling';
const eC2InstanceLaunchSuccessful = new autoscaling_events.EC2InstanceLaunchSuccessful();
Initializer
new EC2InstanceLaunchSuccessful()
Methods
| Name | Description |
|---|---|
| static ec2 | EventBridge event pattern for EC2 Instance Launch Successful. |
static ec2InstanceLaunchSuccessfulPattern(options?)
public static ec2InstanceLaunchSuccessfulPattern(options?: EC2InstanceLaunchSuccessfulProps): EventPattern
Parameters
- options
EC2Instance Launch Successful Props
Returns
EventBridge event pattern for EC2 Instance Launch Successful.

.NET
Go
Java
Python
TypeScript