LaunchTemplateEnclaveOptions

data class LaunchTemplateEnclaveOptions(val enabled: Boolean? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

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