LaunchTemplateCreditSpecificationArgs

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

Constructors

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

Functions

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

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.