Update Project

GET {{aws_codebuild_base_url}}/?name&artifacts&badgeEnabled&cache&description&encryptionKey&environment&logsConfig&queuedTimeoutInMinutes&secondaryArtifacts&secondarySources&secondarySourceVersions&serviceRole&source&sourceVersion&tags&timeoutInMinutes&vpcConfig

Request Params

KeyDatatypeRequiredDescription
namenullThe name of the build project.
artifactsnullInformation to be changed about the build output artifacts for the build project.
badgeEnablednullSet this to true to generate a publicly accessible URL for your project's build badge.
cachenullStores recently used information so that it can be quickly accessed at a later time.
descriptionnullA new or replacement description of the build project.
encryptionKeynullThe AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the build output artifacts.
environmentnullInformation to be changed about the build environment for the build project.
logsConfignullInformation about logs for the build project. A project can create logs in Amazon CloudWatch Logs, logs in an S3 bucket, or both.
queuedTimeoutInMinutesnullThe number of minutes a build is allowed to be queued before it times out.
secondaryArtifactsnullAn array of ProjectSource objects.
secondarySourcesnullAn array of ProjectSource objects.
secondarySourceVersionsnullAn array of ProjectSourceVersion objects. If secondarySourceVersions is specified at the build level, then they take over these secondarySourceVersions (at the project level).
serviceRolenullThe replacement ARN of the AWS Identity and Access Management (IAM) role that enables AWS CodeBuild to interact with dependent AWS services on behalf of the AWS account.
sourcenullInformation to be changed about the build input source code for the build project.
sourceVersionnullA version of the build input to be built for this project. If not specified, the latest version is used. If specified, it must be one of:
tagsnullThe replacement set of tags for this build project.
timeoutInMinutesnullThe replacement value in minutes, from 5 to 480 (8 hours), for AWS CodeBuild to wait before timing out any related build that did not get marked as completed.
vpcConfignullVpcConfig enables AWS CodeBuild to access resources in an Amazon VPC.