Interface ISource
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ISource.Jsii$Default
- All Known Implementing Classes:
ISource.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-15T10:25:06.723Z")
@Stability(Stable)
public interface ISource
extends software.amazon.jsii.JsiiSerializable
Represents a source for bucket deployments.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forISource
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionbind
(software.constructs.Construct scope) Binds the source to a bucket deployment.bind
(software.constructs.Construct scope, DeploymentSourceContext context) 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 software.constructs.Construct scope, @Nullable DeploymentSourceContext context) Binds the source to a bucket deployment.- Parameters:
scope
- The construct tree context. This parameter is required.context
-
-
bind
Binds the source to a bucket deployment.- Parameters:
scope
- The construct tree context. This parameter is required.
-