Show / Hide Table of Contents

Class CfnInstance.EnclaveOptionsProperty

Indicates whether the instance is enabled for AWS Nitro Enclaves.

Inheritance
object
CfnInstance.EnclaveOptionsProperty
Implements
CfnInstance.IEnclaveOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnInstance.EnclaveOptionsProperty : CfnInstance.IEnclaveOptionsProperty
Syntax (vb)
Public Class CfnInstance.EnclaveOptionsProperty Implements CfnInstance.IEnclaveOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-enclaveoptions.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 enclaveOptionsProperty = new EnclaveOptionsProperty {
                 Enabled = false
             };

Synopsis

Constructors

EnclaveOptionsProperty()

Indicates whether the instance is enabled for AWS Nitro Enclaves.

Properties

Enabled

If this parameter is set to true , the instance is enabled for AWS Nitro Enclaves;

Constructors

EnclaveOptionsProperty()

Indicates whether the instance is enabled for AWS Nitro Enclaves.

public EnclaveOptionsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-enclaveoptions.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 enclaveOptionsProperty = new EnclaveOptionsProperty {
                 Enabled = false
             };

Properties

Enabled

If this parameter is set to true , the instance is enabled for AWS Nitro Enclaves;

public object? Enabled { get; set; }
Property Value

object

Remarks

otherwise, it is not enabled for AWS Nitro Enclaves.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-enclaveoptions.html#cfn-ec2-instance-enclaveoptions-enabled

Type union: either bool or IResolvable

Implements

CfnInstance.IEnclaveOptionsProperty
Back to top Generated by DocFX