EnclaveOptionsArgs

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

Definition of EnclaveOptions

Constructors

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

Properties

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

If this parameter is set to true, the instance is enabled for Amazon Web Services Nitro Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro Enclaves.

Functions

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