class EC2InstanceLaunchSuccessful
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.AutoScaling.Events.AutoScalingGroupEvents.EC2InstanceLaunchSuccessful |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsautoscaling/events#AutoScalingGroupEvents_EC2InstanceLaunchSuccessful |
Java | software.amazon.awscdk.mixins.preview.services.autoscaling.events.AutoScalingGroupEvents.EC2InstanceLaunchSuccessful |
Python | aws_cdk.mixins_preview.aws_autoscaling.events.AutoScalingGroupEvents.EC2InstanceLaunchSuccessful |
TypeScript | @aws-cdk/mixins-preview » aws_autoscaling » events » AutoScalingGroupEvents » EC2InstanceLaunchSuccessful |
aws.autoscaling@EC2InstanceLaunchSuccessful event types for AutoScalingGroup.
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.AutoScalingGroupEvents.EC2InstanceLaunchSuccessful();
Initializer
new EC2InstanceLaunchSuccessful()

.NET
Go
Java
Python
TypeScript