FileSystemConfig

Details about the connection between a Lambda function and an Amazon EFS file system or an Amazon S3 file system.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the Amazon EFS or Amazon S3 Files access point that provides access to the file system.

Link copied to clipboard

The path where the function can access the file system, starting with /mnt/.

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: FileSystemConfig.Builder.() -> Unit = {}): FileSystemConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String