LaunchTemplateEnclaveOptionsArgs

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

Indicates whether the instance is enabled for AWS Nitro Enclaves.

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 AWS Nitro Enclaves; otherwise, it is not enabled for AWS Nitro Enclaves.

Functions

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