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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnProject.ProjectFleetPropertystatic final classAn implementation forCfnProject.ProjectFleetProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFleetArn
Specifies the compute fleet ARN for the build project.- See Also:
-
builder
-