LaunchTemplateCpuOptionsArgs

data class LaunchTemplateCpuOptionsArgs(val amdSevSnp: Output<LaunchTemplateCpuOptionsAmdSevSnp>? = null, val coreCount: Output<Int>? = null, val threadsPerCore: Output<Int>? = null) : ConvertibleToJava<LaunchTemplateCpuOptionsArgs>

Specifies the CPU options for an instance. For more information, see Optimize CPU options in the User Guide. `CpuOptions` is a property of AWS::EC2::LaunchTemplate LaunchTemplateData.

Constructors

Link copied to clipboard
constructor(amdSevSnp: Output<LaunchTemplateCpuOptionsAmdSevSnp>? = null, coreCount: Output<Int>? = null, threadsPerCore: Output<Int>? = null)

Properties

Link copied to clipboard

Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported with M6a, R6a, and C6a instance types only. For more information, see AMD SEV-SNP.

Link copied to clipboard
val coreCount: Output<Int>? = null

The number of CPU cores for the instance.

Link copied to clipboard
val threadsPerCore: Output<Int>? = null

The number of threads per CPU core. To disable multithreading for the instance, specify a value of `1`. Otherwise, specify the default value of `2`.

Functions

Link copied to clipboard
open override fun toJava(): LaunchTemplateCpuOptionsArgs