Interface CfnProject.BuildStatusConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnProject.BuildStatusConfigProperty.Jsii$Proxy
Enclosing class:
CfnProject

@Stability(Stable) public static interface CfnProject.BuildStatusConfigProperty extends software.amazon.jsii.JsiiSerializable
Contains information that defines how the AWS CodeBuild build project reports the build status to the source provider.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.codebuild.*;
 BuildStatusConfigProperty buildStatusConfigProperty = BuildStatusConfigProperty.builder()
         .context("context")
         .targetUrl("targetUrl")
         .build();
 

See Also: