Interface IFileSystemLocation
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IFileSystemLocation.Jsii$Default
- All Known Implementing Classes:
IFileSystemLocation.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:34.793Z")
@Stability(Stable)
public interface IFileSystemLocation
extends software.amazon.jsii.JsiiSerializable
The interface of a CodeBuild FileSystemLocation.
Implemented by EfsFileSystemLocation.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIFileSystemLocation.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionCalled by the project when a file system is added so it can perform binding operations on this file system location.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
@Stability(Stable) @NotNull FileSystemConfig bind(@NotNull software.constructs.Construct scope, @NotNull IProject project) Called by the project when a file system is added so it can perform binding operations on this file system location.- Parameters:
scope- This parameter is required.project- This parameter is required.
-