Class LaunchTemplateCpuOptions
Inheritance
System.Object
LaunchTemplateCpuOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ec2.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LaunchTemplateCpuOptions
Fields
View SourceCoreCount
The number of CPU cores for the instance.
Declaration
public readonly int? CoreCount
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
ThreadsPerCore
The number of threads per CPU core. To disable Intel Hyper-Threading Technology for the instance, specify a value of 1. Otherwise, specify the default value of 2.
Declaration
public readonly int? ThreadsPerCore
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |