Launch Configuration Block Device Args
data class LaunchConfigurationBlockDeviceArgs(val deleteOnTermination: Output<Boolean>? = null, val encrypted: Output<Boolean>? = null, val iops: Output<Int>? = null, val snapshotId: Output<String>? = null, val throughput: Output<Int>? = null, val volumeSize: Output<Int>? = null, val volumeType: Output<String>? = null) : ConvertibleToJava<LaunchConfigurationBlockDeviceArgs>
BlockDevice is a subproperty of BlockDeviceMapping that describes an Amazon EBS volume.
Properties
Link copied to clipboard
Indicates whether the volume is deleted on instance termination.
Link copied to clipboard
The snapshot ID of the volume to use.
Link copied to clipboard
The throughput (MiBps) to provision for a gp3 volume.
Link copied to clipboard
The volume size, in GiBs.
Link copied to clipboard
The volume type.