interface ISourceCodeProvider
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Amplify.ISourceCodeProvider |
Java | software.amazon.awscdk.services.amplify.ISourceCodeProvider |
Python | aws_cdk.aws_amplify.ISourceCodeProvider |
TypeScript (source) | @aws-cdk/aws-amplify » 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.