interface SourceProps
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.CodeBuild.SourceProps | 
  Java | software.amazon.awscdk.services.codebuild.SourceProps | 
  Python | aws_cdk.aws_codebuild.SourceProps | 
  TypeScript (source) | @aws-cdk/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 * as codebuild from '@aws-cdk/aws-codebuild';
const sourceProps: codebuild.SourceProps = {
  identifier: 'identifier',
};
Properties
| Name | Type | Description | 
|---|---|---|
| identifier? | string | The source identifier. | 
identifier?
Type:
string
(optional)
The source identifier.
This property is required on secondary sources.

 .NET
 Java
 Python
 TypeScript (