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
fun LaunchTemplateEnclaveOptionsArgs(enabled: Output<Boolean>? = null)

Functions

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

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.