LaunchConfigurationRootBlockDevice

data class LaunchConfigurationRootBlockDevice(val deleteOnTermination: Boolean? = null, val encrypted: Boolean? = null, val iops: Int? = null, val throughput: Int? = null, val volumeSize: Int? = null, val volumeType: String? = null)

Constructors

Link copied to clipboard
constructor(deleteOnTermination: Boolean? = null, encrypted: Boolean? = null, iops: Int? = null, throughput: Int? = null, volumeSize: Int? = null, volumeType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val encrypted: Boolean? = null
Link copied to clipboard
val iops: Int? = null
Link copied to clipboard
val throughput: Int? = null
Link copied to clipboard
val volumeSize: Int? = null
Link copied to clipboard
val volumeType: String? = null