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

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:45.558Z") @Stability(Stable) public interface ISource extends software.amazon.jsii.JsiiSerializable
Represents a source for bucket deployments.
  • 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(Construct scope)
    Binds the source to a bucket deployment.
    Binds the source to a bucket deployment.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • bind

      @Stability(Stable) @NotNull SourceConfig bind(@NotNull Construct scope, @Nullable DeploymentSourceContext context)
      Binds the source to a bucket deployment.

      Parameters:
      scope - The construct tree context. This parameter is required.
      context -
    • bind

      @Stability(Stable) @NotNull SourceConfig bind(@NotNull Construct scope)
      Binds the source to a bucket deployment.

      Parameters:
      scope - The construct tree context. This parameter is required.