ProjectFileSystemLocationArgs

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>

Constructors

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

Properties

Link copied to clipboard
val identifier: Output<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: Output<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: Output<String>? = null

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

Link copied to clipboard
val mountPoint: Output<String>? = null

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

Link copied to clipboard
val type: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ProjectFileSystemLocationArgs