@Stability(value=Stable)
public static interface CfnInstance.HibernationOptionsProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnInstance.HibernationOptionsProperty.Builder
A builder for
CfnInstance.HibernationOptionsProperty |
static class |
CfnInstance.HibernationOptionsProperty.Jsii$Proxy
An implementation for
CfnInstance.HibernationOptionsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnInstance.HibernationOptionsProperty.Builder |
builder() |
default Object |
getConfigured()
If you set this parameter to `true` , your instance is enabled for hibernation.
|
@Stability(value=Stable) @Nullable default Object getConfigured()
Default: false
@Stability(value=Stable) static CfnInstance.HibernationOptionsProperty.Builder builder()
Copyright © 2022. All rights reserved.