Interface IBindableBuildImage

All Superinterfaces:
IBuildImage, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IBindableBuildImage.Jsii$Default
All Known Implementing Classes:
IBindableBuildImage.Jsii$Proxy, LinuxGpuBuildImage

@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)", date="2025-09-22T11:33:02.833Z") @Stability(Stable) public interface IBindableBuildImage extends software.amazon.jsii.JsiiSerializable, IBuildImage
A variant of IBuildImage that allows binding to the project.
  • Method Details

    • bind

      @Stability(Stable) @NotNull BuildImageConfig bind(@NotNull software.constructs.Construct scope, @NotNull IProject project, @NotNull BuildImageBindOptions options)
      Function that allows the build image access to the construct tree.

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