class
Amazonite::Lambda::FileSystemConfig
- Amazonite::Lambda::FileSystemConfig
- Reference
- Object
Overview
Details about the connection between a Lambda function and an Amazon EFS file system or an Amazon S3 file system.
Included Modules
- JSON::Serializable
Defined in:
lambda/file_system_config.crConstructors
- .new(arn : String, local_mount_path : String, s3_files_config : S3FilesConfig | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#arn : String
The Amazon Resource Name (ARN) of the Amazon EFS or Amazon S3 Files access point that provides access to the file system.
-
#arn=(arn : String)
The Amazon Resource Name (ARN) of the Amazon EFS or Amazon S3 Files access point that provides access to the file system.
-
#hash(hasher)
See
Object#hash(hasher) -
#local_mount_path : String
The path where the function can access the file system, starting with
/mnt/. -
#local_mount_path=(local_mount_path : String)
The path where the function can access the file system, starting with
/mnt/. -
#s3_files_config : S3FilesConfig | Nil
The configuration for how your function accesses data on an Amazon S3 file system.
-
#s3_files_config=(s3_files_config : S3FilesConfig | Nil)
The configuration for how your function accesses data on an Amazon S3 file system.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The Amazon Resource Name (ARN) of the Amazon EFS or Amazon S3 Files access point that provides access to the file system.
The Amazon Resource Name (ARN) of the Amazon EFS or Amazon S3 Files access point that provides access to the file system.
The path where the function can access the file system, starting with /mnt/.
The path where the function can access the file system, starting with /mnt/.
The configuration for how your function accesses data on an Amazon S3 file system. Valid only
when the file system access point ARN is an Amazon S3 Files access point. If you specify a
different access point type (for example, Amazon Elastic File System), the operation returns an
InvalidParameterException.
The configuration for how your function accesses data on an Amazon S3 file system. Valid only
when the file system access point ARN is an Amazon S3 Files access point. If you specify a
different access point type (for example, Amazon Elastic File System), the operation returns an
InvalidParameterException.