Uses of Interface
software.amazon.awscdk.services.efs.IFileSystemRef
Packages that use IFileSystemRef
Package
Description
Amazon Elastic File System Construct Library
-
Uses of IFileSystemRef in software.amazon.awscdk.services.efs
Subinterfaces of IFileSystemRef in software.amazon.awscdk.services.efsModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIFileSystemRef
.Classes in software.amazon.awscdk.services.efs that implement IFileSystemRefModifier and TypeClassDescriptionclass
TheAWS::EFS::FileSystem
resource creates a new, empty file system in Amazon Elastic File System ( Amazon EFS ).static final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.efs that return IFileSystemRefModifier and TypeMethodDescriptionstatic IFileSystemRef
CfnFileSystem.fromFileSystemArn
(software.constructs.Construct scope, String id, String arn) Creates a new IFileSystemRef from an ARN.static IFileSystemRef
CfnFileSystem.fromFileSystemId
(software.constructs.Construct scope, String id, String fileSystemId) Creates a new IFileSystemRef from a fileSystemId.