@quadnix/octo-aws-cdkModulesFilesystemAwsEfsFilesystemAwsEfsFilesystemModuleSchemaOn this pageAwsEfsFilesystemModuleSchema AwsEfsFilesystemModuleSchema is the input schema for the AwsEfsFilesystemModule module. This schema defines the required inputs for creating EFS-based filesystems, including naming and region association.@groupModules/Filesystem/AwsEfsFilesystem@seeAwsEfsFilesystemModule to learn more about the AwsEfsFilesystemModule module.Index PropertiesfilesystemNameregionProperties filesystemNamefilesystemName: string = ...The name of the filesystem. This name is used to identify the EFS filesystem and must be unique within the region.regionregion: Region = ...The AWS region where the filesystem will be created. The region must have AWS region anchors configured.
AwsEfsFilesystemModuleSchema
is the input schema for theAwsEfsFilesystemModule
module. This schema defines the required inputs for creating EFS-based filesystems, including naming and region association.Modules/Filesystem/AwsEfsFilesystem
AwsEfsFilesystemModule to learn more about the
AwsEfsFilesystemModule
module.