Uses of Interface
software.amazon.awscdk.interfaces.efs.IFileSystemRef
Packages that use IFileSystemRef
Package
Description
AWS Backup Construct Library
AWS Batch Construct Library
AWS::DataSync Construct Library
Amazon Elastic File System Construct Library
-
Uses of IFileSystemRef in software.amazon.awscdk.interfaces.efs
Subinterfaces of IFileSystemRef in software.amazon.awscdk.interfaces.efsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIFileSystemRef.Classes in software.amazon.awscdk.interfaces.efs that implement IFileSystemRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IFileSystemRef in software.amazon.awscdk.services.backup
Methods in software.amazon.awscdk.services.backup with parameters of type IFileSystemRefModifier and TypeMethodDescriptionstatic BackupResourceBackupResource.fromEfsFileSystem(IFileSystemRef fileSystem) An EFS file system. -
Uses of IFileSystemRef in software.amazon.awscdk.services.batch
Methods in software.amazon.awscdk.services.batch that return IFileSystemRefModifier and TypeMethodDescriptionEfsVolumeOptions.getFileSystem()The EFS File System that supports this volume.final IFileSystemRefEfsVolumeOptions.Jsii$Proxy.getFileSystem()Methods in software.amazon.awscdk.services.batch with parameters of type IFileSystemRefModifier and TypeMethodDescriptionEfsVolume.Builder.fileSystem(IFileSystemRef fileSystem) The EFS File System that supports this volume.EfsVolumeOptions.Builder.fileSystem(IFileSystemRef fileSystem) Sets the value ofEfsVolumeOptions.getFileSystem() -
Uses of IFileSystemRef in software.amazon.awscdk.services.datasync
Methods in software.amazon.awscdk.services.datasync with parameters of type IFileSystemRefModifier and TypeMethodDescriptionCfnLocationEFS.Builder.efsFilesystemArn(IFileSystemRef efsFilesystemArn) Specifies the ARN for your Amazon EFS file system.CfnLocationEFSProps.Builder.efsFilesystemArn(IFileSystemRef efsFilesystemArn) Sets the value ofCfnLocationEFSProps.getEfsFilesystemArn() -
Uses of IFileSystemRef in software.amazon.awscdk.services.efs
Subinterfaces of IFileSystemRef in software.amazon.awscdk.services.efsModifier and TypeInterfaceDescriptioninterfaceRepresents an Amazon EFS file system.static interfaceInternal default implementation forIFileSystem.Classes in software.amazon.awscdk.services.efs that implement IFileSystemRefModifier and TypeClassDescriptionclassTheAWS::EFS::FileSystemresource creates a new, empty file system in Amazon Elastic File System ( Amazon EFS ).classThe 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 IFileSystemRefModifier and TypeMethodDescriptionstatic IFileSystemRefCfnFileSystem.fromFileSystemArn(software.constructs.Construct scope, String id, String arn) Creates a new IFileSystemRef from an ARN.static IFileSystemRefCfnFileSystem.fromFileSystemId(software.constructs.Construct scope, String id, String fileSystemId) Creates a new IFileSystemRef from a fileSystemId.ExistingFileSystemProps.getDestinationFileSystem()The existing destination file system for the replication.final IFileSystemRefExistingFileSystemProps.Jsii$Proxy.getDestinationFileSystem()default IFileSystemRefReplicationConfigurationProps.getDestinationFileSystem()The existing destination file system for the replication.final IFileSystemRefReplicationConfigurationProps.Jsii$Proxy.getDestinationFileSystem()default IFileSystemRefAccessPointAttributes.getFileSystem()The EFS file system.final IFileSystemRefAccessPointAttributes.Jsii$Proxy.getFileSystem()AccessPointProps.getFileSystem()The efs filesystem.final IFileSystemRefAccessPointProps.Jsii$Proxy.getFileSystem()Methods in software.amazon.awscdk.services.efs with parameters of type IFileSystemRefModifier and TypeMethodDescriptionstatic StringCfnFileSystem.arnForFileSystem(IFileSystemRef resource) ExistingFileSystemProps.Builder.destinationFileSystem(IFileSystemRef destinationFileSystem) Sets the value ofExistingFileSystemProps.getDestinationFileSystem()ReplicationConfigurationProps.Builder.destinationFileSystem(IFileSystemRef destinationFileSystem) Sets the value ofReplicationConfigurationProps.getDestinationFileSystem()static ReplicationConfigurationReplicationConfiguration.existingFileSystem(IFileSystemRef destinationFileSystem) Specify the existing destination file system for the replication.AccessPoint.Builder.fileSystem(IFileSystemRef fileSystem) The efs filesystem.AccessPointAttributes.Builder.fileSystem(IFileSystemRef fileSystem) Sets the value ofAccessPointAttributes.getFileSystem()AccessPointProps.Builder.fileSystem(IFileSystemRef fileSystem) Sets the value ofAccessPointProps.getFileSystem()CfnAccessPoint.Builder.fileSystemId(IFileSystemRef fileSystemId) The ID of the EFS file system that the access point applies to.CfnAccessPointProps.Builder.fileSystemId(IFileSystemRef fileSystemId) Sets the value ofCfnAccessPointProps.getFileSystemId()CfnMountTarget.Builder.fileSystemId(IFileSystemRef fileSystemId) The ID of the file system for which to create the mount target.CfnMountTargetProps.Builder.fileSystemId(IFileSystemRef fileSystemId) Sets the value ofCfnMountTargetProps.getFileSystemId()