Interface CfnLaunchTemplate.EnclaveOptionsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnLaunchTemplate.EnclaveOptionsProperty.Jsii$Proxy
Enclosing class:
CfnLaunchTemplate

@Stability(Stable) public static interface CfnLaunchTemplate.EnclaveOptionsProperty extends software.amazon.jsii.JsiiSerializable
Indicates whether the instance is enabled for AWS Nitro Enclaves.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.ec2.*;
 EnclaveOptionsProperty enclaveOptionsProperty = EnclaveOptionsProperty.builder()
         .enabled(false)
         .build();
 

See Also: