gitCloneDepth property
Truncate git history to this many commits. Use 0 for a Full checkout which you need
to run commands like git branch --show-current.
See AWS CodePipeline User Guide: Tutorial: Use full clone with a GitHub pipeline source
for details.
Implementation
final pulumi.Input<int?>? gitCloneDepth;