ProjectFileSystemLocation

data class ProjectFileSystemLocation(val identifier: String? = null, val location: String? = null, val mountOptions: String? = null, val mountPoint: String? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(identifier: String? = null, location: String? = null, mountOptions: String? = null, mountPoint: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val identifier: String? = null

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.

Link copied to clipboard
val location: String? = null

A string that specifies the location of the file system created by Amazon EFS. Its format is efs-dns-name:/directory-path.

Link copied to clipboard
val mountOptions: String? = null

The mount options for a file system created by AWS EFS.

Link copied to clipboard
val mountPoint: String? = null

The location in the container where you mount the file system.

Link copied to clipboard
val type: String? = null

The type of the file system. The one supported type is EFS.