ProjectSourceBuildStatusConfig constructor

const ProjectSourceBuildStatusConfig({
  1. Input<String?>? context,
  2. Input<String?>? targetUrl,
})

Creates a new ProjectSourceBuildStatusConfig. context Specifies the context of the build status CodeBuild sends to the source provider. The usage of targetUrl Specifies the target url of the build status CodeBuild sends to the source provider. The

Implementation

const ProjectSourceBuildStatusConfig({
  this.context,
  this.targetUrl,
});