Uses of Interface
software.amazon.awscdk.interfaces.efs.IFileSystemRef
Packages that use IFileSystemRef
Package
Description
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.efs
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 ).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.