Interface CfnBuildMixinProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnBuildMixinProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)", date="2026-07-24T11:47:00.145Z") @Stability(Stable) public interface CfnBuildMixinProps extends software.amazon.jsii.JsiiSerializable
Properties for CfnBuildPropsMixin.

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.*;
 CfnBuildMixinProps cfnBuildMixinProps = CfnBuildMixinProps.builder()
         .projectName("projectName")
         .build();
 

See Also: