Interface ISource

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

@Generated(value="jsii-pacmak/1.97.0 (build 729de35)", date="2024-04-18T17:54:14.092Z") @Stability(Stable) public interface ISource extends software.amazon.jsii.JsiiSerializable
The abstract interface of a CodeBuild source.

Implemented by Source.

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for ISource.
    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)
     
     
    default String
     
     

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getBadgeSupported

      @Stability(Stable) @NotNull Boolean getBadgeSupported()
    • getType

      @Stability(Stable) @NotNull String getType()
    • getIdentifier

      @Stability(Stable) @Nullable default String getIdentifier()
    • bind

      @Stability(Stable) @NotNull SourceConfig bind(@NotNull software.constructs.Construct scope, @NotNull IProject project)
      Parameters:
      scope - This parameter is required.
      project - This parameter is required.