data class ProjectFileSystemLocationArgs(val identifier: Output<String>? = null, val location: Output<String>? = null, val mountOptions: Output<String>? = null, val mountPoint: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<ProjectFileSystemLocationArgs>
The name used to access a file system created by Amazon EFS. CodeBuild creates an environment variable by appending the identifier in all capital letters to CODEBUILD\_. For example, if you specify my-efs for identifier, a new environment variable is create named CODEBUILD_MY-EFS.