AwsEfsFilesystemModule
Hierarchy
- unknown<AwsEfsFilesystemModuleSchema, Filesystem>
- AwsEfsFilesystemModule
Index
Constructors
constructor
Returns AwsEfsFilesystemModule
Methods
onInit
Parameters
inputs: AwsEfsFilesystemModuleSchema
Returns Promise<AwsEfsFilesystem>
registerMetadata
Parameters
inputs: AwsEfsFilesystemModuleSchema
Returns Promise<{ awsAccountId: string; awsRegionId: string }>
AwsEfsFilesystemModuleis an EFS-based AWS filesystem module that provides an implementation for theFilesystemmodel. This module creates AWS EFS (Elastic File System) filesystems that can be mounted and shared across multiple containers and services. It provides persistent, scalable file storage for containerized applications.TypeScript
Modules/Filesystem/AwsEfsFilesystem
Filesystemmodel.