aws-cdk-lib.aws_codebuild.IFileSystemLocation

interface IFileSystemLocation

LanguageType name
.NETAmazon.CDK.AWS.CodeBuild.IFileSystemLocation
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscodebuild#IFileSystemLocation
Javasoftware.amazon.awscdk.services.codebuild.IFileSystemLocation
Pythonaws_cdk.aws_codebuild.IFileSystemLocation
TypeScript (source)aws-cdk-lib » aws_codebuild » IFileSystemLocation

Obtainable from FileSystemLocation.efs()

The interface of a CodeBuild FileSystemLocation.

Implemented by EfsFileSystemLocation.

Methods

NameDescription
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

  • scope Construct
  • project IProject

Returns

  • FileSystemConfig

Called by the project when a file system is added so it can perform binding operations on this file system location.