class EC2SpotInstanceInterruptionWarning
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.EC2.Events.InstanceEvents.EC2SpotInstanceInterruptionWarning |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsec2/events#InstanceEvents_EC2SpotInstanceInterruptionWarning |
Java | software.amazon.awscdk.mixins.preview.services.ec2.events.InstanceEvents.EC2SpotInstanceInterruptionWarning |
Python | aws_cdk.mixins_preview.aws_ec2.events.InstanceEvents.EC2SpotInstanceInterruptionWarning |
TypeScript | @aws-cdk/mixins-preview » aws_ec2 » events » InstanceEvents » EC2SpotInstanceInterruptionWarning |
aws.ec2@EC2SpotInstanceInterruptionWarning 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 eC2SpotInstanceInterruptionWarning = new ec2_events.InstanceEvents.EC2SpotInstanceInterruptionWarning();
Initializer
new EC2SpotInstanceInterruptionWarning()

.NET
Go
Java
Python
TypeScript