Values.AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetailsSourceInformation about the Amazon Elastic File System file system that is used for task storage.
type nonrec t = {filesystemId : NonEmptyString.t option;The Amazon EFS file system identifier to use.
*)rootDirectory : NonEmptyString.t option;The directory within the Amazon EFS file system to mount as the root directory inside the host.
*)transitEncryption : NonEmptyString.t option;Whether to enable encryption for Amazon EFS data in transit between the Amazon ECS host and the Amazon EFS server.
*)transitEncryptionPort : Integer.t option;The port to use when sending encrypted data between the Amazon ECS host and the Amazon EFS server.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `String of NonEmptyString.t
| `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]