AWSEC2LaunchTemplateEnclaveOptions
Objective-C
@interface AWSEC2LaunchTemplateEnclaveOptions
Swift
class AWSEC2LaunchTemplateEnclaveOptions
Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.
-
If this parameter is set to
true
, the instance is enabled for Amazon Web Services Nitro Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro Enclaves.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable enabled;
Swift
var enabled: NSNumber? { get set }