interface IFileSystemLocation
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CodeBuild.IFileSystemLocation |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscodebuild#IFileSystemLocation |
![]() | software.amazon.awscdk.services.codebuild.IFileSystemLocation |
![]() | aws_cdk.aws_codebuild.IFileSystemLocation |
![]() | 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.