Class CfnLaunchTemplatePropsMixin.EnclaveOptionsProperty
Indicates whether the instance is enabled for AWS Nitro Enclaves.
Inherited Members
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
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 |
Constructors
EnclaveOptionsProperty()
Indicates whether the instance is enabled for AWS Nitro Enclaves.
public EnclaveOptionsProperty()
Remarks
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
Remarks
otherwise, it is not enabled for AWS Nitro Enclaves.
Type union: either bool or IResolvable