Uses of Interface
software.amazon.awscdk.services.efs.IFileSystem
Packages that use IFileSystem
Package
Description
AWS Backup Construct Library
AWS Batch 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.batch
Methods in software.amazon.awscdk.services.batch that return IFileSystemModifier and TypeMethodDescriptionEfsVolume.getFileSystem()The EFS File System that supports this volume.EfsVolumeOptions.getFileSystem()The EFS File System that supports this volume.final IFileSystemEfsVolumeOptions.Jsii$Proxy.getFileSystem()Methods in software.amazon.awscdk.services.batch with parameters of type IFileSystemModifier and TypeMethodDescriptionEfsVolume.Builder.fileSystem(IFileSystem fileSystem) The EFS File System that supports this volume.EfsVolumeOptions.Builder.fileSystem(IFileSystem fileSystem) Sets the value ofEfsVolumeOptions.getFileSystem() -
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.ExistingFileSystemProps.getDestinationFileSystem()The existing destination file system for the replication.final IFileSystemExistingFileSystemProps.Jsii$Proxy.getDestinationFileSystem()ReplicationConfiguration.getDestinationFileSystem()The existing destination file system for the replication.default IFileSystemReplicationConfigurationProps.getDestinationFileSystem()The existing destination file system for the replication.final IFileSystemReplicationConfigurationProps.Jsii$Proxy.getDestinationFileSystem()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 TypeMethodDescriptionExistingFileSystemProps.Builder.destinationFileSystem(IFileSystem destinationFileSystem) Sets the value ofExistingFileSystemProps.getDestinationFileSystem()ReplicationConfigurationProps.Builder.destinationFileSystem(IFileSystem destinationFileSystem) Sets the value ofReplicationConfigurationProps.getDestinationFileSystem()static ReplicationConfigurationReplicationConfiguration.existingFileSystem(IFileSystem destinationFileSystem) Specify the existing destination file system for the replication.AccessPoint.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()