aws-cdk-lib.aws_codebuild.ISource

interface ISource

LanguageType name
.NETAmazon.CDK.AWS.CodeBuild.ISource
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscodebuild#ISource
Javasoftware.amazon.awscdk.services.codebuild.ISource
Pythonaws_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

NameTypeDescription
badgeSupportedboolean
typestring
identifier?string

badgeSupported

Type: boolean


type

Type: string


identifier?

Type: string (optional)

Methods

NameDescription
bind(scope, project)

bind(scope, project)

public bind(scope: Construct, project: IProject): SourceConfig

Parameters

  • scope Construct
  • project IProject

Returns

  • SourceConfig