View source: R/codebuild_operations.R
codebuild_create_fleet | R Documentation |
Creates a compute fleet.
See https://www.paws-r-sdk.com/docs/codebuild_create_fleet/ for full documentation.
codebuild_create_fleet(
name,
baseCapacity,
environmentType,
computeType,
scalingConfiguration = NULL,
overflowBehavior = NULL,
vpcConfig = NULL,
imageId = NULL,
fleetServiceRole = NULL,
tags = NULL
)
name |
[required] The name of the compute fleet. |
baseCapacity |
[required] The initial number of machines allocated to the fleet, which defines the number of builds that can run in parallel. |
environmentType |
[required] The environment type of the compute fleet.
For more information, see Build environment compute types in the CodeBuild user guide. |
computeType |
[required] Information about the compute resources the compute fleet uses. Available values include:
If you use
If you use
For more information, see Build environment compute types in the CodeBuild User Guide. |
scalingConfiguration |
The scaling configuration of the compute fleet. |
overflowBehavior |
The compute fleet overflow behavior.
|
vpcConfig |
|
imageId |
The Amazon Machine Image (AMI) of the compute fleet. |
fleetServiceRole |
The service role associated with the compute fleet. For more information, see Allow a user to add a permission policy for a fleet service role in the CodeBuild User Guide. |
tags |
A list of tag key and value pairs associated with this compute fleet. These tags are available for use by Amazon Web Services services that support CodeBuild build project tags. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.