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.98.0 (build 00b106d)", date="2024-05-08T21:35:04.222Z") @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.