aws-cdk-lib.aws_codebuild.SourceProps

interface SourceProps

LanguageType name
.NETAmazon.CDK.AWS.CodeBuild.SourceProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscodebuild#SourceProps
Javasoftware.amazon.awscdk.services.codebuild.SourceProps
Pythonaws_cdk.aws_codebuild.SourceProps
TypeScript (source)aws-cdk-lib » aws_codebuild » SourceProps

Properties common to all Source classes.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_codebuild as codebuild } from 'aws-cdk-lib';
const sourceProps: codebuild.SourceProps = {
  identifier: 'identifier',
};

Properties

NameTypeDescription
identifier?stringThe source identifier.

identifier?

Type: string (optional)

The source identifier.

This property is required on secondary sources.