Interface CfnInstance.HibernationOptionsProperty

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

@Stability(Stable) public static interface CfnInstance.HibernationOptionsProperty extends software.amazon.jsii.JsiiSerializable
Specifies the hibernation options for the instance.

HibernationOptions is a property of the AWS::EC2::Instance resource.

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.*;
 HibernationOptionsProperty hibernationOptionsProperty = HibernationOptionsProperty.builder()
         .configured(false)
         .build();