SourceProps
- class aws_cdk.aws_codebuild.SourceProps(*, identifier=None)
Bases:
object
Properties common to all Source classes.
- Parameters:
identifier (
Optional
[str
]) – The source identifier. This property is required on secondary sources.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_codebuild as codebuild source_props = codebuild.SourceProps( identifier="identifier" )
Attributes
- identifier
The source identifier.
This property is required on secondary sources.