Show / Hide Table of Contents

Interface CfnInstance.IHibernationOptionsProperty

Specifies the hibernation options for the instance.

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

HibernationOptions is a property of the AWS::EC2::Instance resource.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-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 , your instance is enabled for hibernation.

Properties

Configured

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

virtual object Configured { get; }
Property Value

System.Object

Remarks

Default: false

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

Back to top Generated by DocFX