Module Values_1.LaunchTemplateCpuOptionsSource

The CPU options for the instance.

Sourcetype nonrec t = {
  1. coreCount : Values_0.Integer.t option;
    (*

    The number of CPU cores for the instance.

    *)
  2. threadsPerCore : Values_0.Integer.t option;
    (*

    The number of threads per CPU core.

    *)
  3. 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.

    *)
  4. nestedVirtualization : Values_0.NestedVirtualizationSpecification.t option;
    (*

    Indicates whether the instance is enabled for nested virtualization.

    *)
}
Sourceval make : ?coreCount:??? -> ?threadsPerCore:??? -> ?amdSevSnp:??? -> ?nestedVirtualization:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of Values_0.Integer.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t