ProjectFileSystemLocation constructor
const
ProjectFileSystemLocation({})
Creates a new ProjectFileSystemLocation.
identifier The name used to access a file system created by Amazon EFS. CodeBuild creates an
location A string that specifies the location of the file system created by Amazon EFS. Its format is
mountOptions The mount options for a file system created by AWS EFS.
mountPoint The location in the container where you mount the file system.
type The type of the file system. The one supported type is EFS.
Implementation
const ProjectFileSystemLocation({
this.identifier,
this.location,
this.mountOptions,
this.mountPoint,
this.type,
});