@aws-cdk_aws-amplify-alpha.ISourceCodeProvider

interface ISourceCodeProvider 🔹

LanguageType name
.NETAmazon.CDK.AWS.Amplify.Alpha.ISourceCodeProvider
Gogithub.com/aws/aws-cdk-go/awscdkamplifyalpha/v2#ISourceCodeProvider
Javasoftware.amazon.awscdk.services.amplify.alpha.ISourceCodeProvider
Pythonaws_cdk.aws_amplify_alpha.ISourceCodeProvider
TypeScript (source)@aws-cdk/aws-amplify-alpha » ISourceCodeProvider

Implemented by CodeCommitSourceCodeProvider, GitHubSourceCodeProvider, GitLabSourceCodeProvider

A source code provider.

Methods

NameDescription
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

  • SourceCodeProviderConfig

Binds the source code provider to an app.