interface IFileSystemLocation
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.CodeBuild.IFileSystemLocation | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awscodebuild#IFileSystemLocation | 
|  Java | software.amazon.awscdk.services.codebuild.IFileSystemLocation | 
|  Python | aws_cdk.aws_codebuild.IFileSystemLocation | 
|  TypeScript (source) | aws-cdk-lib»aws_codebuild»IFileSystemLocation | 
Obtainable from
File.efs()
The interface of a CodeBuild FileSystemLocation.
Implemented by EfsFileSystemLocation.
Methods
| Name | Description | 
|---|---|
| bind(scope, project) | Called by the project when a file system is added so it can perform binding operations on this file system location. | 
bind(scope, project)
public bind(scope: Construct, project: IProject): FileSystemConfig
Parameters
Returns
Called by the project when a file system is added so it can perform binding operations on this file system location.
