Show / Hide Table of Contents

Class CfnLaunchTemplatePropsMixin.HibernationOptionsProperty

Specifies whether your instance is configured for hibernation.

Inheritance
object
CfnLaunchTemplatePropsMixin.HibernationOptionsProperty
Implements
CfnLaunchTemplatePropsMixin.IHibernationOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnLaunchTemplatePropsMixin.HibernationOptionsProperty : CfnLaunchTemplatePropsMixin.IHibernationOptionsProperty
Syntax (vb)
Public Class CfnLaunchTemplatePropsMixin.HibernationOptionsProperty Implements CfnLaunchTemplatePropsMixin.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.Mixins.Preview.AWS.EC2.Mixins;

             var hibernationOptionsProperty = new HibernationOptionsProperty {
                 Configured = false
             };

Synopsis

Constructors

HibernationOptionsProperty()

Specifies whether your instance is configured for hibernation.

Properties

Configured

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

Constructors

HibernationOptionsProperty()

Specifies whether your instance is configured for hibernation.

public HibernationOptionsProperty()
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.Mixins.Preview.AWS.EC2.Mixins;

             var hibernationOptionsProperty = new HibernationOptionsProperty {
                 Configured = false
             };

Properties

Configured

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

public object? Configured { get; set; }
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

Type union: either bool or IResolvable

Implements

CfnLaunchTemplatePropsMixin.IHibernationOptionsProperty
Back to top Generated by DocFX