EnclaveOptionsProperties

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

Indicates whether the instance is enabled for AWS Nitro Enclaves.

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 this parameter is set to true, the instance is enabled for AWS Nitro Enclaves; otherwise, it is not enabled for AWS Nitro Enclaves.