@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.861Z") @Stability(value=Stable) public interface IFileSystem extends software.amazon.jsii.JsiiSerializable, IConnectable, IResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IFileSystem.Jsii$Default
Internal default implementation for
IFileSystem. |
static class |
IFileSystem.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFileSystemArn()
The ARN of the file system.
|
String |
getFileSystemId()
The ID of the file system, assigned by Amazon EFS.
|
software.constructs.IDependable |
getMountTargetsAvailable()
Dependable that can be depended upon to ensure the mount targets of the filesystem are ready.
|
Grant |
grant(IGrantable grantee,
String... actions)
Grant the actions defined in actions to the given grantee on this File System resource.
|
getConnectionsapplyRemovalPolicy, getEnv, getStack@Stability(value=Stable) @NotNull String getFileSystemArn()
@Stability(value=Stable) @NotNull String getFileSystemId()
@Stability(value=Stable) @NotNull software.constructs.IDependable getMountTargetsAvailable()
@Stability(value=Stable) @NotNull Grant grant(@NotNull IGrantable grantee, @NotNull String... actions)
grantee - This parameter is required.actions - This parameter is required.Copyright © 2022. All rights reserved.