Uses of Interface
software.amazon.awscdk.services.efs.IFileSystem
Packages that use IFileSystem
Package
Description
AWS Backup Construct Library
Amazon Elastic File System Construct Library
-
Uses of IFileSystem in software.amazon.awscdk.services.backup
Methods in software.amazon.awscdk.services.backup with parameters of type IFileSystemModifier and TypeMethodDescriptionstatic BackupResourceBackupResource.fromEfsFileSystem(IFileSystem fileSystem) An EFS file system. -
Uses of IFileSystem in software.amazon.awscdk.services.efs
Subinterfaces of IFileSystem in software.amazon.awscdk.services.efsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIFileSystem.Classes in software.amazon.awscdk.services.efs that implement IFileSystemModifier and TypeClassDescriptionclassThe Elastic File System implementation of IFileSystem.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.efs that return IFileSystemModifier and TypeMethodDescriptionstatic IFileSystemFileSystem.fromFileSystemAttributes(software.constructs.Construct scope, String id, FileSystemAttributes attrs) Import an existing File System from the given properties.AccessPoint.getFileSystem()The file system of the access point.default IFileSystemAccessPointAttributes.getFileSystem()The EFS file system.final IFileSystemAccessPointAttributes.Jsii$Proxy.getFileSystem()AccessPointProps.getFileSystem()The efs filesystem.final IFileSystemAccessPointProps.Jsii$Proxy.getFileSystem()IAccessPoint.getFileSystem()The EFS file system.default IFileSystemIAccessPoint.Jsii$Default.getFileSystem()The EFS file system.final IFileSystemIAccessPoint.Jsii$Proxy.getFileSystem()The EFS file system.Methods in software.amazon.awscdk.services.efs with parameters of type IFileSystemModifier and TypeMethodDescriptionAccessPoint.Builder.fileSystem(IFileSystem fileSystem) The efs filesystem.AccessPointAttributes.Builder.fileSystem(IFileSystem fileSystem) Sets the value ofAccessPointAttributes.getFileSystem()AccessPointProps.Builder.fileSystem(IFileSystem fileSystem) Sets the value ofAccessPointProps.getFileSystem()