Interface IFileSystem
- All Superinterfaces:
IConnectable,IConstruct,software.constructs.IConstruct,IDependable,IResource,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IFileSystem.Jsii$Default
- All Known Implementing Classes:
FileSystem,IFileSystem.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:40.138Z")
@Stability(Stable)
public interface IFileSystem
extends software.amazon.jsii.JsiiSerializable, IConnectable, IResource
Represents an Amazon EFS file system.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIFileSystem.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the file system.The ID of the file system, assigned by Amazon EFS.Dependable that can be depended upon to ensure the mount targets of the filesystem are ready.grant(IGrantable grantee, @NotNull String... actions) Grant the actions defined in actions to the given grantee on this File System resource.Methods inherited from interface software.amazon.awscdk.services.ec2.IConnectable
getConnectionsMethods inherited from interface software.amazon.awscdk.core.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.core.IResource
applyRemovalPolicy, getEnv, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFileSystemArn
The ARN of the file system. -
getFileSystemId
The ID of the file system, assigned by Amazon EFS. -
getMountTargetsAvailable
Dependable that can be depended upon to ensure the mount targets of the filesystem are ready. -
grant
@Stability(Stable) @NotNull Grant grant(@NotNull IGrantable grantee, @NotNull @NotNull String... actions) Grant the actions defined in actions to the given grantee on this File System resource.- Parameters:
grantee- This parameter is required.actions- This parameter is required.
-