Interface CfnProject.ProjectFleetProperty

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

@Stability(Stable) public static interface CfnProject.ProjectFleetProperty extends software.amazon.jsii.JsiiSerializable
Information about the compute fleet of the build project.

For more information, see Working with reserved capacity in AWS CodeBuild .

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.*;
 ProjectFleetProperty projectFleetProperty = ProjectFleetProperty.builder()
         .fleetArn("fleetArn")
         .build();
 

See Also: