Interface ISource.Jsii$Default
- All Superinterfaces:
ISource
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ISource.Jsii$Proxy
- Enclosing interface:
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 TypeMethodDescriptiondefault SourceConfig
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 default SourceConfig bind(@NotNull software.constructs.Construct scope, @Nullable DeploymentSourceContext context) Binds the source to a bucket deployment.
-