Interface ISourceCodeProvider.Jsii$Default
- All Superinterfaces:
ISourceCodeProvider
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ISourceCodeProvider.Jsii$Proxy
- Enclosing interface:
ISourceCodeProvider
Internal default implementation for
ISourceCodeProvider
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.amplify.alpha.ISourceCodeProvider
ISourceCodeProvider.Jsii$Default, ISourceCodeProvider.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault SourceCodeProviderConfig
(experimental) Binds the source code provider to an app.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
(experimental) Binds the source code provider to an app.- Specified by:
bind
in interfaceISourceCodeProvider
- Parameters:
app
- The app [disable-awslint:ref-via-interface]. This parameter is required.
-