@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:55.958Z") @Stability(value=Experimental) 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(software.constructs.Construct scope,
IProject project)
(experimental) Called by the project when a file system is added so it can perform binding operations on this file system location.
|
@Stability(value=Experimental) @NotNull FileSystemConfig bind(@NotNull software.constructs.Construct scope, @NotNull IProject project)
scope - This parameter is required.project - This parameter is required.Copyright © 2021. All rights reserved.