interface ISourceCodeProvider
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.Amplify.Alpha.ISourceCodeProvider | 
|  Go | github.com/aws/aws-cdk-go/awscdkamplifyalpha/v2#ISourceCodeProvider | 
|  Java | software.amazon.awscdk.services.amplify.alpha.ISourceCodeProvider | 
|  Python | aws_cdk.aws_amplify_alpha.ISourceCodeProvider | 
|  TypeScript (source) | @aws-cdk/aws-amplify-alpha»ISourceCodeProvider | 
Implemented by
Code, Git, Git
A source code provider.
Methods
| Name | Description | 
|---|---|
| bind(app) | Binds the source code provider to an app. | 
bind(app)
public bind(app: App): SourceCodeProviderConfig
Parameters
- app App— The app [disable-awslint:ref-via-interface].
Returns
Binds the source code provider to an app.
