interface IFileSystemLocation
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.CodeBuild.IFileSystemLocation |
Java | software.amazon.awscdk.services.codebuild.IFileSystemLocation |
Python | aws_cdk.aws_codebuild.IFileSystemLocation |
TypeScript (source) | @aws-cdk/aws-codebuild » IFileSystemLocation |
Obtainable from
File
.efs()
The interface of a CodeBuild FileSystemLocation.
Implemented by {@link 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.