View source: R/codebuild_operations.R
codebuild_update_fleet | R Documentation |
Updates a compute fleet.
See https://www.paws-r-sdk.com/docs/codebuild_update_fleet/ for full documentation.
codebuild_update_fleet(
arn,
baseCapacity = NULL,
environmentType = NULL,
computeType = NULL,
scalingConfiguration = NULL,
overflowBehavior = NULL,
vpcConfig = NULL,
imageId = NULL,
fleetServiceRole = NULL,
tags = NULL
)
arn |
[required] The ARN of the compute fleet. |
baseCapacity |
The initial number of machines allocated to the compute fleet, which defines the number of builds that can run in parallel. |
environmentType |
The environment type of the compute fleet.
For more information, see Build environment compute types in the CodeBuild user guide. |
computeType |
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.