Show / Hide Table of Contents

Interface IFileSystemLocation

The interface of a CodeBuild FileSystemLocation.

Namespace: Amazon.CDK.AWS.CodeBuild
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IFileSystemLocation
Syntax (vb)
Public Interface IFileSystemLocation
Remarks

Implemented by EfsFileSystemLocation.

Synopsis

Methods

Bind(Construct, IProject)

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

Methods

Bind(Construct, IProject)

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

IFileSystemConfig Bind(Construct scope, IProject project)
Parameters
scope Construct
project IProject
Returns

IFileSystemConfig

Remarks

Implemented by EfsFileSystemLocation.

Back to top Generated by DocFX