LaunchTemplateReferenceArgs

data class LaunchTemplateReferenceArgs(val instanceFamily: Output<String>? = null) : ConvertibleToJava<LaunchTemplateReferenceArgs>

Specifies an instance family to use as the baseline reference for CPU performance.

Constructors

Link copied to clipboard
constructor(instanceFamily: Output<String>? = null)

Properties

Link copied to clipboard
val instanceFamily: Output<String>? = null

The instance family to use as a baseline reference. Ensure that you specify the correct value for the instance family. The instance family is everything before the period (`.`) in the instance type name. For example, in the instance type `c6i.large`, the instance family is `c6i`, not `c6`. For more information, see Amazon EC2 instance type naming conventions in Amazon EC2 Instance Types. The following instance families are not supported for performance protection:

Functions

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