Show / Hide Table of Contents

Interface CfnLaunchTemplate.IHibernationOptionsProperty

Specifies whether your instance is configured for hibernation.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnLaunchTemplate.IHibernationOptionsProperty
Syntax (vb)
Public Interface CfnLaunchTemplate.IHibernationOptionsProperty
Remarks

This parameter is valid only if the instance meets the hibernation prerequisites . For more information, see Hibernate Your Instance in the Amazon EC2 User Guide .

HibernationOptions is a property of AWS::EC2::LaunchTemplate LaunchTemplateData .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-hibernationoptions.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.EC2;

             var hibernationOptionsProperty = new HibernationOptionsProperty {
                 Configured = false
             };

Synopsis

Properties

Configured

If you set this parameter to true , the instance is enabled for hibernation.

Properties

Configured

If you set this parameter to true , the instance is enabled for hibernation.

object? Configured { get; }
Property Value

object

Remarks

Default: false

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-hibernationoptions.html#cfn-ec2-launchtemplate-hibernationoptions-configured

Back to top Generated by DocFX