Method: Aws::CodeBuild::Types::ProjectFileSystemLocation#mount_options

Defined in:
lib/aws-sdk-codebuild/types.rb

#mount_optionsString

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].

[1]: docs.aws.amazon.com/efs/latest/ug/mounting-fs-nfs-mount-settings.html

Returns:

  • (String)


5223
5224
5225
5226
5227
5228
5229
5230
5231
# File 'lib/aws-sdk-codebuild/types.rb', line 5223

class ProjectFileSystemLocation < Struct.new(
  :type,
  :location,
  :mount_point,
  :identifier,
  :mount_options)
  SENSITIVE = []
  include Aws::Structure
end