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