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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnInstance.HibernationOptionsPropertystatic final classAn implementation forCfnInstance.HibernationOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getConfigured
If you set this parameter totrue, your instance is enabled for hibernation.Default:
false -
builder
-