Class CfnProject.ProjectFileSystemLocationProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnProject.ProjectFileSystemLocationProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnProject.ProjectFileSystemLocationProperty
CfnProject.ProjectFileSystemLocationProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codebuild.CfnProject.ProjectFileSystemLocationPropertyCfnProject.ProjectFileSystemLocationProperty.Builder, CfnProject.ProjectFileSystemLocationProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnProject.ProjectFileSystemLocationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe name used to access a file system created by Amazon EFS.final StringA string that specifies the location of the file system created by Amazon EFS.final StringThe mount options for a file system created by Amazon EFS.final StringThe location in the container where you mount the file system.final StringgetType()The type of the file system.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnProject.ProjectFileSystemLocationProperty.Builder.
 
- 
- 
Method Details- 
getIdentifierDescription copied from interface:CfnProject.ProjectFileSystemLocationPropertyThe name used to access a file system created by Amazon EFS.CodeBuild creates an environment variable by appending the identifierin all capital letters toCODEBUILD_. For example, if you specifymy_efsforidentifier, a new environment variable is create namedCODEBUILD_MY_EFS.The identifieris used to mount your file system.- Specified by:
- getIdentifierin interface- CfnProject.ProjectFileSystemLocationProperty
 
- 
getLocationDescription copied from interface:CfnProject.ProjectFileSystemLocationPropertyA 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 thelocationisfs-abcd1234.efs.us-west-2.amazonaws.com:/my-efs-mount-directory.The directory path in the format efs-dns-name:/directory-pathis 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:
- getLocationin interface- CfnProject.ProjectFileSystemLocationProperty
 
- 
getMountPointDescription copied from interface:CfnProject.ProjectFileSystemLocationPropertyThe location in the container where you mount the file system.- Specified by:
- getMountPointin interface- CfnProject.ProjectFileSystemLocationProperty
 
- 
getTypeDescription copied from interface:CfnProject.ProjectFileSystemLocationPropertyThe type of the file system.The one supported type is EFS.- Specified by:
- getTypein interface- CfnProject.ProjectFileSystemLocationProperty
 
- 
getMountOptionsDescription copied from interface:CfnProject.ProjectFileSystemLocationPropertyThe 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:
- getMountOptionsin interface- CfnProject.ProjectFileSystemLocationProperty
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-