AWSEC2LaunchTemplateHibernationOptionsRequest
Objective-C
@interface AWSEC2LaunchTemplateHibernationOptionsRequest
Swift
class AWSEC2LaunchTemplateHibernationOptionsRequest
Indicates whether the instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites.
-
If you set this parameter to
true
, the instance is enabled for hibernation.Default:
false
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable configured;
Swift
var configured: NSNumber? { get set }