LaunchTemplateCreditSpecificationArgs

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

The user data to make available to the instance.

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 user data to make available to the instance.