resolvedSourceVersion property

String? resolvedSourceVersion
final

The identifier of the resolved version of this batch build's source code.

  • For AWS CodeCommit, GitHub, GitHub Enterprise, and BitBucket, the commit ID.
  • For AWS CodePipeline, the source revision provided by AWS CodePipeline.
  • For Amazon Simple Storage Service (Amazon S3), this does not apply.

Implementation

final String? resolvedSourceVersion;