Class CfnProject.ProjectFileSystemLocationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnProject.ProjectFileSystemLocationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnProject.ProjectFileSystemLocationProperty
CfnProject.ProjectFileSystemLocationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codebuild.CfnProject.ProjectFileSystemLocationProperty
CfnProject.ProjectFileSystemLocationProperty.Builder, CfnProject.ProjectFileSystemLocationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnProject.ProjectFileSystemLocationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The name used to access a file system created by Amazon EFS.final String
A string that specifies the location of the file system created by Amazon EFS.final String
The mount options for a file system created by Amazon EFS.final String
The location in the container where you mount the file system.final String
getType()
The type of the file system.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnProject.ProjectFileSystemLocationProperty.Builder
.
-
-
Method Details
-
getIdentifier
Description copied from interface:CfnProject.ProjectFileSystemLocationProperty
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 toCODEBUILD_
. For example, if you specifymy_efs
foridentifier
, a new environment variable is create namedCODEBUILD_MY_EFS
.The
identifier
is used to mount your file system.- Specified by:
getIdentifier
in interfaceCfnProject.ProjectFileSystemLocationProperty
-
getLocation
Description copied from interface:CfnProject.ProjectFileSystemLocationProperty
A string that specifies the location of the file system created by Amazon EFS.Its format is
efs-dns-name:/directory-path
. You can find the DNS name of file system when you view it in the Amazon EFS console. The directory path is a path to a directory in the file system that CodeBuild mounts. For example, if the DNS name of a file system isfs-abcd1234.efs.us-west-2.amazonaws.com
, and its mount directory ismy-efs-mount-directory
, then thelocation
isfs-abcd1234.efs.us-west-2.amazonaws.com:/my-efs-mount-directory
.The directory path in the format
efs-dns-name:/directory-path
is optional. If you do not specify a directory path, the location is only the DNS name and CodeBuild mounts the entire file system.- Specified by:
getLocation
in interfaceCfnProject.ProjectFileSystemLocationProperty
-
getMountPoint
Description copied from interface:CfnProject.ProjectFileSystemLocationProperty
The location in the container where you mount the file system.- Specified by:
getMountPoint
in interfaceCfnProject.ProjectFileSystemLocationProperty
-
getType
Description copied from interface:CfnProject.ProjectFileSystemLocationProperty
The type of the file system.The one supported type is
EFS
.- Specified by:
getType
in interfaceCfnProject.ProjectFileSystemLocationProperty
-
getMountOptions
Description copied from interface:CfnProject.ProjectFileSystemLocationProperty
The mount options for a file system created by Amazon EFS.The default mount options used by CodeBuild are
nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2
. For more information, see Recommended NFS Mount Options .- Specified by:
getMountOptions
in interfaceCfnProject.ProjectFileSystemLocationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-