Interface CfnLaunchTemplate.MaintenanceOptionsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnLaunchTemplate.MaintenanceOptionsProperty.Jsii$Proxy
Enclosing class:
CfnLaunchTemplate

@Stability(Stable) public static interface CfnLaunchTemplate.MaintenanceOptionsProperty extends software.amazon.jsii.JsiiSerializable
The maintenance options of your instance.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.ec2.*;
 MaintenanceOptionsProperty maintenanceOptionsProperty = MaintenanceOptionsProperty.builder()
         .autoRecovery("autoRecovery")
         .build();