Launch Template Ebs
data class LaunchTemplateEbs(val deleteOnTermination: Boolean? = null, val encrypted: Boolean? = null, val iops: Int? = null, val kmsKeyId: String? = null, val snapshotId: String? = null, val throughput: Int? = null, val volumeSize: Int? = null, val volumeType: String? = null)
Parameters for a block device for an EBS volume in an Amazon EC2 launch template.