data class LaunchTemplateSystemDisk(val category: String? = null, val deleteWithInstance: Boolean? = null, val description: String? = null, val encrypted: Boolean? = null, val iops: String? = null, val name: String? = null, val performanceLevel: String? = null, val size: Int? = null)
Delete this data disk when the instance is destroyed. It only works on cloud, cloud_efficiency, cloud_ssd and cloud_essd disk. If the category of this data disk was ephemeral_ssd, please don't set this param. Default to true