interface SourceProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CodeBuild.SourceProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscodebuild#SourceProps |
![]() | software.amazon.awscdk.services.codebuild.SourceProps |
![]() | aws_cdk.aws_codebuild.SourceProps |
![]() | 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
Name | Type | Description |
---|---|---|
identifier? | string | The source identifier. |
identifier?
Type:
string
(optional)
The source identifier.
This property is required on secondary sources.