initiator property

String? initiator
final

The entity that started the batch build. Valid values include:

  • If AWS CodePipeline started the build, the pipeline's name (for example, codepipeline/my-demo-pipeline).
  • If an AWS Identity and Access Management (IAM) user started the build, the user's name.
  • If the Jenkins plugin for AWS CodeBuild started the build, the string CodeBuild-Jenkins-Plugin.

Implementation

final String? initiator;