interface ISource
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.CodeBuild.ISource |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscodebuild#ISource |
Java | software.amazon.awscdk.services.codebuild.ISource |
Python | aws_cdk.aws_codebuild.ISource |
TypeScript (source) | aws-cdk-lib » aws_codebuild » ISource |
Obtainable from
Source
.bitBucket()
, Source
.codeCommit()
, Source
.gitHub()
, Source
.gitHubEnterprise()
, Source
.s3()
The abstract interface of a CodeBuild source.
Implemented by 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