Interface CfnProjectPropsMixin.BuildStatusConfigProperty

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

@Stability(Stable) public static interface CfnProjectPropsMixin.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.cfnpropertymixins.services.codebuild.*;
 BuildStatusConfigProperty buildStatusConfigProperty = BuildStatusConfigProperty.builder()
         .context("context")
         .targetUrl("targetUrl")
         .build();
 

See Also: