LaunchTemplateCreditSpecificationArgs

data class LaunchTemplateCreditSpecificationArgs(val cpuCredits: Output<String>? = null) : ConvertibleToJava<LaunchTemplateCreditSpecificationArgs>

Constructors

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

Properties

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

The credit option for CPU usage. Can be standard or unlimited. T3 instances are launched as unlimited by default. T2 instances are launched as standard by default.

Functions

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