Uses of Interface
software.amazon.awscdk.interfaces.efs.IFileSystemRef
Packages that use IFileSystemRef
Package
Description
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.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
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.Methods in software.amazon.awscdk.services.efs with parameters of type IFileSystemRefModifier and TypeMethodDescriptionstatic StringCfnFileSystem.arnForFileSystem(IFileSystemRef resource) 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()