Instance Ebs Block Device Args
    data class InstanceEbsBlockDeviceArgs(val deleteOnTermination: Output<Boolean>? = null, val deviceName: Output<String>, val encrypted: Output<Boolean>? = null, val iops: Output<Int>? = null, val kmsKeyId: Output<String>? = null, val snapshotId: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val tagsAll: Output<Map<String, String>>? = null, val throughput: Output<Int>? = null, val volumeId: Output<String>? = null, val volumeSize: Output<Int>? = null, val volumeType: Output<String>? = null) : ConvertibleToJava<InstanceEbsBlockDeviceArgs> 
Constructors
Link copied to clipboard
                fun InstanceEbsBlockDeviceArgs(deleteOnTermination: Output<Boolean>? = null, deviceName: Output<String>, encrypted: Output<Boolean>? = null, iops: Output<Int>? = null, kmsKeyId: Output<String>? = null, snapshotId: Output<String>? = null, tags: Output<Map<String, String>>? = null, tagsAll: Output<Map<String, String>>? = null, throughput: Output<Int>? = null, volumeId: Output<String>? = null, volumeSize: Output<Int>? = null, volumeType: Output<String>? = null)
Functions
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