IFileSystemLocation¶
-
class
aws_cdk.aws_codebuild.
IFileSystemLocation
(*args, **kwds)¶ Bases:
typing_extensions.Protocol
The interface of a CodeBuild FileSystemLocation.
Implemented by {@link EfsFileSystemLocation}.
Methods
-
bind
(scope, project)¶ Called by the project when a file system is added so it can perform binding operations on this file system location.
- Parameters
- Return type
-