mountOptions property
The mount options for a file system created by AWS EFS. The default mount
options used by CodeBuild are
nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2
.
For more information, see Recommended
NFS Mount Options.
Implementation
final String? mountOptions;