@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:42.845Z") @Stability(value=Stable) public interface IFileSystemLocation extends software.amazon.jsii.JsiiSerializable
Implemented by {@link EfsFileSystemLocation}.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IFileSystemLocation.Jsii$Default
Internal default implementation for
IFileSystemLocation. |
static class |
IFileSystemLocation.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
FileSystemConfig |
bind(Construct scope,
IProject project)
Called by the project when a file system is added so it can perform binding operations on this file system location.
|
@Stability(value=Stable) @NotNull FileSystemConfig bind(@NotNull Construct scope, @NotNull IProject project)
scope - This parameter is required.project - This parameter is required.Copyright © 2022. All rights reserved.