ProjectSecondarySourceBuildStatusConfig constructor
const
ProjectSecondarySourceBuildStatusConfig({})
Creates a new ProjectSecondarySourceBuildStatusConfig.
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 ProjectSecondarySourceBuildStatusConfig({
this.context,
this.targetUrl,
});