AWSEC2LaunchTemplateCpuOptions
Objective-C
@interface AWSEC2LaunchTemplateCpuOptions
Swift
class AWSEC2LaunchTemplateCpuOptions
The CPU options for the instance.
-
Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see AMD SEV-SNP.
Declaration
Objective-C
@property (nonatomic) AWSEC2AmdSevSnpSpecification amdSevSnp;
Swift
var amdSevSnp: AWSEC2AmdSevSnpSpecification { get set }
-
The number of CPU cores for the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable coreCount;
Swift
var coreCount: NSNumber? { get set }
-
The number of threads per CPU core.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable threadsPerCore;
Swift
var threadsPerCore: NSNumber? { get set }