LaunchTemplateCpuArgs

data class LaunchTemplateCpuArgs(val references: Output<List<LaunchTemplateReferenceArgs>>? = null) : ConvertibleToJava<LaunchTemplateCpuArgs>

Specifies the CPU performance to consider when using an instance family as the baseline reference.

Constructors

Link copied to clipboard
constructor(references: Output<List<LaunchTemplateReferenceArgs>>? = null)

Properties

Link copied to clipboard

The instance family to use as the baseline reference for CPU performance. All instance types that match your specified attributes are compared against the CPU performance of the referenced instance family, regardless of CPU manufacturer or architecture differences.

Functions

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