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.84.0 (build 5404dcf)", date="2023-06-19T16:30:41.796Z") @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 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.