Class LaunchTemplateCpuOptionsGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LaunchTemplateCpuOptionsGetArgs : ResourceArgs
Constructors
View SourceLaunchTemplateCpuOptionsGetArgs()
Declaration
public LaunchTemplateCpuOptionsGetArgs()
Properties
View SourceCoreCount
The number of CPU cores for the instance.
Declaration
public Input<int> CoreCount { get; set; }
Property Value
Type | Description |
---|---|
Input<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 Input<int> ThreadsPerCore { get; set; }
Property Value
Type | Description |
---|---|
Input<System.Int32> |