Values.ManagedInstancesStorageConfigurationSourceThe storage configuration for Amazon ECS Managed Instances. This defines the data volume configuration for the instances.
type nonrec t = {storageSizeGiB : TaskVolumeStorageGiB.t option;The size of the data volume.
*)}val to_value :
t ->
[> `Structure of (string * [> `Integer of TaskVolumeStorageGiB.t ]) list ]