Image Recipe Block Device Mapping Ebs Args
data class ImageRecipeBlockDeviceMappingEbsArgs(val deleteOnTermination: Output<String>? = null, val encrypted: Output<String>? = null, val iops: Output<Int>? = null, val kmsKeyId: Output<String>? = null, val snapshotId: Output<String>? = null, val throughput: Output<Int>? = null, val volumeSize: Output<Int>? = null, val volumeType: Output<String>? = null) : ConvertibleToJava<ImageRecipeBlockDeviceMappingEbsArgs>
Properties
Link copied to clipboard
Whether to delete the volume on termination. Defaults to unset, which is the value inherited from the parent image.
Link copied to clipboard
Identifier of the EC2 Volume Snapshot.
Link copied to clipboard
For GP3 volumes only. The throughput in MiB/s that the volume supports.
Link copied to clipboard
Size of the volume, in GiB.
Link copied to clipboard
Type of the volume. For example, gp2
or io2
.