Values.S3FilesVolumeConfigurationSourceThis is used when you're using an S3Files file system for job storage.
type nonrec t = {fileSystemArn : String_.t;The Amazon Resource Name (ARN) of the S3Files file system to use.
*)rootDirectory : String_.t option;The directory within the S3Files file system to mount as the root directory.
*)transitEncryptionPort : Integer.t option;The port to use when sending encrypted data between the Amazon ECS host and the S3Files file system server.
*)accessPointArn : String_.t option;The Amazon Resource Name (ARN) of the S3Files access point to use.
*)}