Values_0.EbsBlockDeviceResponseSourceDescribes a block device for an EBS volume.
type nonrec t = {encrypted : Boolean.t option;Indicates whether the volume is encrypted.
*)deleteOnTermination : Boolean.t option;Indicates whether the volume is deleted on instance termination.
*)iops : Integer.t option;The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.
*)throughput : Integer.t option;The throughput that the volume supports, in MiB/s.
*)kmsKeyId : KmsKeyId.t option;Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed KMS key to use for EBS encryption.
*)snapshotId : SnapshotId.t option;The ID of the snapshot.
*)volumeSize : Integer.t option;The size of the volume, in GiBs.
*)volumeType : VolumeType.t option;The volume type. For more information, see Amazon EBS volume types in the Amazon EBS User Guide.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of Integer.t
| `String of KmsKeyId.t ])
list ]