Show / Hide Table of Contents

Class CfnInstancePropsMixin.EnclaveOptionsProperty

Indicates whether the instance is enabled for AWS Nitro Enclaves.

Inheritance
object
CfnInstancePropsMixin.EnclaveOptionsProperty
Implements
CfnInstancePropsMixin.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.Mixins.Preview.AWS.EC2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnInstancePropsMixin.EnclaveOptionsProperty : CfnInstancePropsMixin.IEnclaveOptionsProperty
Syntax (vb)
Public Class CfnInstancePropsMixin.EnclaveOptionsProperty Implements CfnInstancePropsMixin.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.Mixins.Preview.AWS.EC2.Mixins;

             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.Mixins.Preview.AWS.EC2.Mixins;

             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

CfnInstancePropsMixin.IEnclaveOptionsProperty
Back to top Generated by DocFX