Values_1.LaunchTemplateCpuOptionsSourceThe CPU options for the instance.
type nonrec t = {coreCount : Values_0.Integer.t option;The number of CPU cores for the instance.
*)threadsPerCore : Values_0.Integer.t option;The number of threads per CPU core.
*)amdSevSnp : Values_0.AmdSevSnpSpecification.t option;Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see AMD SEV-SNP for Amazon EC2 instances.
*)nestedVirtualization : Values_0.NestedVirtualizationSpecification.t option;Indicates whether the instance is enabled for nested virtualization.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Integer of Values_0.Integer.t ]) list ]