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
Key | Datatype | Required | Description |
---|---|---|---|
name | null | The name of the build project. | |
artifacts | null | Information to be changed about the build output artifacts for the build project. | |
badgeEnabled | null | Set this to true to generate a publicly accessible URL for your project's build badge. | |
cache | null | Stores recently used information so that it can be quickly accessed at a later time. | |
description | null | A new or replacement description of the build project. | |
encryptionKey | null | The AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the build output artifacts. | |
environment | null | Information to be changed about the build environment for the build project. | |
logsConfig | null | Information about logs for the build project. A project can create logs in Amazon CloudWatch Logs, logs in an S3 bucket, or both. | |
queuedTimeoutInMinutes | null | The number of minutes a build is allowed to be queued before it times out. | |
secondaryArtifacts | null | An array of ProjectSource objects. | |
secondarySources | null | An array of ProjectSource objects. | |
secondarySourceVersions | null | An array of ProjectSourceVersion objects. If secondarySourceVersions is specified at the build level, then they take over these secondarySourceVersions (at the project level). | |
serviceRole | null | The 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. | |
source | null | Information to be changed about the build input source code for the build project. | |
sourceVersion | null | A 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: | |
tags | null | The replacement set of tags for this build project. | |
timeoutInMinutes | null | The 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. | |
vpcConfig | null | VpcConfig enables AWS CodeBuild to access resources in an Amazon VPC. |