Interface InstanceEvents.EC2SpotInstanceInterruptionWarning.EC2SpotInstanceInterruptionWarningProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
InstanceEvents.EC2SpotInstanceInterruptionWarning.EC2SpotInstanceInterruptionWarningProps.Jsii$Proxy
Enclosing class:
InstanceEvents.EC2SpotInstanceInterruptionWarning

@Stability(Experimental) public static interface InstanceEvents.EC2SpotInstanceInterruptionWarning.EC2SpotInstanceInterruptionWarningProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for Instance aws.ec2@EC2SpotInstanceInterruptionWarning event.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.ec2.events.*;
 EC2SpotInstanceInterruptionWarningProps eC2SpotInstanceInterruptionWarningProps = EC2SpotInstanceInterruptionWarningProps.builder()
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .instanceAction(List.of("instanceAction"))
         .instanceId(List.of("instanceId"))
         .build();