Show / Hide Table of Contents

Class CfnLaunchTemplatePropsMixin.EnclaveOptionsProperty

Indicates whether the instance is enabled for AWS Nitro Enclaves.

Inheritance
object
CfnLaunchTemplatePropsMixin.EnclaveOptionsProperty
Implements
CfnLaunchTemplatePropsMixin.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 CfnLaunchTemplatePropsMixin.EnclaveOptionsProperty : CfnLaunchTemplatePropsMixin.IEnclaveOptionsProperty
Syntax (vb)
Public Class CfnLaunchTemplatePropsMixin.EnclaveOptionsProperty Implements CfnLaunchTemplatePropsMixin.IEnclaveOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-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-launchtemplate-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-launchtemplate-enclaveoptions.html#cfn-ec2-launchtemplate-enclaveoptions-enabled

Type union: either bool or IResolvable

Implements

CfnLaunchTemplatePropsMixin.IEnclaveOptionsProperty
Back to top Generated by DocFX