Interface ISourceCodeProvider
- All Superinterfaces:
- software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
- ISourceCodeProvider.Jsii$Default
- All Known Implementing Classes:
- CodeCommitSourceCodeProvider,- GitHubSourceCodeProvider,- GitLabSourceCodeProvider,- ISourceCodeProvider.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
           date="2023-06-19T16:30:42.161Z")
@Stability(Experimental)
public interface ISourceCodeProvider
extends software.amazon.jsii.JsiiSerializable
(experimental) A source code provider.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forISourceCodeProvider.static final classA proxy class which represents a concrete javascript instance of this type.
- 
Method SummaryModifier and TypeMethodDescription(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.- Parameters:
- app- The app [disable-awslint:ref-via-interface]. This parameter is required.
 
 
-