Interface IFileSystemLocation

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IFileSystemLocation.Jsii$Default
All Known Implementing Classes:
IFileSystemLocation.Jsii$Proxy

@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-04-10T22:22:25.139Z") @Stability(Stable) public interface IFileSystemLocation extends software.amazon.jsii.JsiiSerializable
The interface of a CodeBuild FileSystemLocation.

Implemented by EfsFileSystemLocation.

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IFileSystemLocation.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    bind(software.constructs.Construct scope, IProject project)
    Called by the project when a file system is added so it can perform binding operations on this file system location.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • bind

      @Stability(Stable) @NotNull FileSystemConfig bind(@NotNull software.constructs.Construct scope, @NotNull IProject project)
      Called by the project when a file system is added so it can perform binding operations on this file system location.

      Parameters:
      scope - This parameter is required.
      project - This parameter is required.