Instance Ebs Block Device
data class InstanceEbsBlockDevice(val deleteOnTermination: Boolean? = null, val deviceName: String, val encrypted: Boolean? = null, val iops: Int? = null, val kmsKeyId: String? = null, val snapshotId: String? = null, val tags: Map<String, String>? = null, val throughput: Int? = null, val volumeId: String? = null, val volumeSize: Int? = null, val volumeType: String? = null)
Constructors
Link copied to clipboard
fun InstanceEbsBlockDevice(deleteOnTermination: Boolean? = null, deviceName: String, encrypted: Boolean? = null, iops: Int? = null, kmsKeyId: String? = null, snapshotId: String? = null, tags: Map<String, String>? = null, throughput: Int? = null, volumeId: String? = null, volumeSize: Int? = null, volumeType: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Enables EBS encryption on the volume. Defaults to false
. Cannot be used with snapshot_id
. Must be configured to perform drift detection.
Link copied to clipboard
Link copied to clipboard