Ecs Launch Template Data Disk Args
data class EcsLaunchTemplateDataDiskArgs(val category: Output<String>? = null, val deleteWithInstance: Output<Boolean>? = null, val description: Output<String>? = null, val encrypted: Output<Boolean>? = null, val name: Output<String>? = null, val performanceLevel: Output<String>? = null, val size: Output<Int>? = null, val snapshotId: Output<String>? = null) : ConvertibleToJava<EcsLaunchTemplateDataDiskArgs>
Constructors
Link copied to clipboard
fun EcsLaunchTemplateDataDiskArgs(category: Output<String>? = null, deleteWithInstance: Output<Boolean>? = null, description: Output<String>? = null, encrypted: Output<Boolean>? = null, name: Output<String>? = null, performanceLevel: Output<String>? = null, size: Output<Int>? = null, snapshotId: Output<String>? = null)