LaunchTemplateEnclaveOptionsArgs

data class LaunchTemplateEnclaveOptionsArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<LaunchTemplateEnclaveOptionsArgs>

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

If set to true, Nitro Enclaves will be enabled on the instance. For more information, see the documentation on Nitro Enclaves.

Functions

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