Interface CfnLaunchTemplatePropsMixin.MaintenanceOptionsProperty

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

@Stability(Stable) public static interface CfnLaunchTemplatePropsMixin.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.cfnpropertymixins.services.ec2.*;
 MaintenanceOptionsProperty maintenanceOptionsProperty = MaintenanceOptionsProperty.builder()
         .autoRecovery("autoRecovery")
         .build();
 

See Also: