ProjectFileSystemLocation class
Constructors
-
ProjectFileSystemLocation({Input<String?>? identifier, Input<String?>? location, Input<String?>? mountOptions, Input<String?>? mountPoint, Input<String?>? type})
-
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.
const
-
ProjectFileSystemLocation.fromMap(Map<String, dynamic> map)
-
factory
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
identifier
→ Input<String?>?
-
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.
final
-
location
→ Input<String?>?
-
A string that specifies the location of the file system created by Amazon EFS. Its format is
efs-dns-name:/directory-path.
final
-
mountOptions
→ Input<String?>?
-
The mount options for a file system created by AWS EFS.
final
-
mountPoint
→ Input<String?>?
-
The location in the container where you mount the file system.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
type
→ Input<String?>?
-
The type of the file system. The one supported type is
EFS.
final