AWSEC2LaunchTemplateEnclaveOptionsRequest
Objective-C
@interface AWSEC2LaunchTemplateEnclaveOptionsRequest
Swift
class AWSEC2LaunchTemplateEnclaveOptionsRequest
Indicates whether the instance is enabled for AWS Nitro Enclaves. For more information, see What is AWS Nitro Enclaves? in the AWS Nitro Enclaves User Guide.
-
To enable the instance for AWS Nitro Enclaves, set this parameter to
true
.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable enabled;
Swift
var enabled: NSNumber? { get set }