Interface ISource.Jsii$Default

All Superinterfaces:
ISource, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
ISource.Jsii$Proxy
Enclosing interface:
ISource

@Internal public static interface ISource.Jsii$Default extends ISource
Internal default implementation for ISource.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.s3.deployment.ISource

    ISource.Jsii$Default, ISource.Jsii$Proxy
  • Method Summary

    Modifier and Type
    Method
    Description
    default SourceConfig
    Binds the source to a bucket deployment.

    Methods inherited from interface software.amazon.awscdk.services.s3.deployment.ISource

    bind

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • bind

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

      Specified by:
      bind in interface ISource
      Parameters:
      scope - The construct tree context. This parameter is required.
      context -