interface ISource
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CodeBuild.ISource |
Java | software.amazon.awscdk.services.codebuild.ISource |
Python | aws_cdk.aws_codebuild.ISource |
TypeScript (source) | @aws-cdk/aws-codebuild » ISource |
Obtainable from
Source.bitBucket(), Source.codeCommit(), Source.gitHub(), Source.gitHubEnterprise(), Source.s3()
The abstract interface of a CodeBuild source.
Implemented by {@link Source}.
Properties
| Name | Type | Description |
|---|---|---|
| badge | boolean | |
| type | string | |
| identifier? | string |
badgeSupported
Type:
boolean
type
Type:
string
identifier?
Type:
string
(optional)
Methods
| Name | Description |
|---|---|
| bind(scope, project) |
bind(scope, project)
public bind(scope: Construct, project: IProject): SourceConfig
Parameters
Returns

.NET
Java
Python
TypeScript (