Show / Hide Table of Contents

Class LaunchTemplateCpuOptionsGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
LaunchTemplateCpuOptionsGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

LaunchTemplateCpuOptionsGetArgs()

Declaration
public LaunchTemplateCpuOptionsGetArgs()

Properties

View Source

CoreCount

The number of CPU cores for the instance.

Declaration
public Input<int> CoreCount { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.