Show / Hide Table of Contents

Class CfnInstance.HibernationOptionsProperty

Specifies the hibernation options for the instance.

Inheritance
System.Object
CfnInstance.HibernationOptionsProperty
Implements
CfnInstance.IHibernationOptionsProperty
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public class HibernationOptionsProperty : Object, CfnInstance.IHibernationOptionsProperty
Syntax (vb)
Public Class HibernationOptionsProperty
    Inherits Object
    Implements CfnInstance.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

Constructors

HibernationOptionsProperty()

Properties

Configured

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

Constructors

HibernationOptionsProperty()

public HibernationOptionsProperty()

Properties

Configured

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

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

Implements

CfnInstance.IHibernationOptionsProperty
Back to top Generated by DocFX