IFileSystemLocation
- class aws_cdk.aws_codebuild.IFileSystemLocation(*args, **kwargs)
Bases:
Protocol
The interface of a CodeBuild FileSystemLocation.
Implemented by
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: