openapi: 3.0.0
info:
version: '2016-10-06'
x-release: v4
title: 'AWS CodeBuild Builds #X Amz Target=CodeBuild 20161006.StartBuild API'
description:
CodeBuild is a fully managed build service in the cloud. CodeBuild compiles your source code, runs unit tests, and produces artifacts that are ready to deploy. CodeBuild eliminates the need to provision, manage, and scale your own build servers. It provides prepackaged build environments for the most popular programming languages and build tools, such as Apache Maven, Gradle, and more. You can also fully customize build environments in CodeBuild to use your own build tools. CodeBuild scales automatically to meet peak build requests. You pay only for the build time you consume. For more information about CodeBuild, see the CodeBuild User Guide.
x-logo: url: https://twitter.com/awscloud/profile_image?size=original backgroundColor: '#FFFFFF' termsOfService: https://aws.amazon.com/service-terms/ contact: name: Mike Ralphson email: mike.ralphson@gmail.com url: https://github.com/mermade/aws2openapi x-twitter: PermittedSoc license: name: Apache 2.0 License url: http://www.apache.org/licenses/ x-providerName: amazonaws.com x-serviceName: codebuild x-origin: - contentType: application/json url: https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/codebuild-2016-10-06.normal.json converter: url: https://github.com/mermade/aws2openapi version: 1.0.0 x-apisguru-driver: external x-apiClientRegistration: url: https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct x-apisguru-categories: - cloud x-preferred: true servers: - url: http://codebuild.{region}.amazonaws.com variables: region: description: The AWS region enum: - us-east-1 - us-east-2 - us-west-1 - us-west-2 - us-gov-west-1 - us-gov-east-1 - ca-central-1 - eu-north-1 - eu-west-1 - eu-west-2 - eu-west-3 - eu-central-1 - eu-south-1 - af-south-1 - ap-northeast-1 - ap-northeast-2 - ap-northeast-3 - ap-southeast-1 - ap-southeast-2 - ap-east-1 - ap-south-1 - sa-east-1 - me-south-1 default: us-east-1 description: The AWS CodeBuild multi-region endpoint - url: https://codebuild.{region}.amazonaws.com variables: region: description: The AWS region enum: - us-east-1 - us-east-2 - us-west-1 - us-west-2 - us-gov-west-1 - us-gov-east-1 - ca-central-1 - eu-north-1 - eu-west-1 - eu-west-2 - eu-west-3 - eu-central-1 - eu-south-1 - af-south-1 - ap-northeast-1 - ap-northeast-2 - ap-northeast-3 - ap-southeast-1 - ap-southeast-2 - ap-east-1 - ap-south-1 - sa-east-1 - me-south-1 default: us-east-1 description: The AWS CodeBuild multi-region endpoint - url: http://codebuild.{region}.amazonaws.com.cn variables: region: description: The AWS region enum: - cn-north-1 - cn-northwest-1 default: cn-north-1 description: The AWS CodeBuild endpoint for China (Beijing) and China (Ningxia) - url: https://codebuild.{region}.amazonaws.com.cn variables: region: description: The AWS region enum: - cn-north-1 - cn-northwest-1 default: cn-north-1 description: The AWS CodeBuild endpoint for China (Beijing) and China (Ningxia) security: - hmac: [] tags: - name: '#X Amz Target=CodeBuild 20161006.StartBuild' paths: /#X-Amz-Target=CodeBuild_20161006.StartBuild: parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' post: operationId: StartBuild description: Starts running a build. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/StartBuildOutput' examples: StartBuild200Example: summary: Default StartBuild 200 response x-microcks-default: true value: build: example-value '480': description: InvalidInputException content: application/json: schema: $ref: '#/components/schemas/InvalidInputException' examples: StartBuild480Example: summary: Default StartBuild 480 response x-microcks-default: true value: example-value '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' examples: StartBuild481Example: summary: Default StartBuild 481 response x-microcks-default: true value: example-value '482': description: AccountLimitExceededException content: application/json: schema: $ref: '#/components/schemas/AccountLimitExceededException' examples: StartBuild482Example: summary: Default StartBuild 482 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/StartBuildInput' examples: StartBuildRequestExample: summary: Default StartBuild request x-microcks-default: true value: projectName: example-resource secondarySourcesOverride: '500123' secondarySourcesVersionOverride: '500123' sourceVersion: 1.0.0 artifactsOverride: '500123' secondaryArtifactsOverride: '500123' environmentVariablesOverride: '500123' sourceTypeOverride: '500123' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeBuild_20161006.StartBuild summary: Amazon CodeBuild Start Build x-microcks-operation: delay: 0 dispatcher: FALLBACK tags: - '#X Amz Target=CodeBuild 20161006.StartBuild' components: schemas: BuildReportArns: type: array items: $ref: '#/components/schemas/String' ArtifactPackaging: type: string enum: - NONE - ZIP WrapperLong: type: integer NetworkInterface: type: object properties: subnetId: allOf: - $ref: '#/components/schemas/NonEmptyString' - description: The ID of the subnet. networkInterfaceId: allOf: - $ref: '#/components/schemas/NonEmptyString' - description: The ID of the network interface. description: Describes a network interface. ProjectSourceVersion: type: object required: - sourceIdentifier - sourceVersion properties: sourceIdentifier: allOf: - $ref: '#/components/schemas/String' - description: 'An identifier for a source in the build project. The identifier can only contain alphanumeric characters and underscores, and must be less than 128 characters in length. ' sourceVersion: allOf: - $ref: '#/components/schemas/String' - description: 'The source version for the corresponding source identifier. If specified, must be one of:
For CodeCommit: the commit ID, branch, or Git tag to use.
For GitHub: the commit ID, pull request ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a pull request ID is specified, it must use the format pr/pull-request-ID (for example, pr/25). If a branch name is specified, the branch''s HEAD commit ID is used. If not specified, the default branch''s HEAD commit ID is used.
For Bitbucket: the commit ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a branch name is specified, the branch''s HEAD commit ID is used. If not specified, the default branch''s HEAD commit ID is used.
For Amazon S3: the version ID of the object that represents the build input ZIP file to use.
For more information, see Source Version Sample with CodeBuild in the CodeBuild User Guide.
' description: ' A source identifier and its corresponding version. ' VpcConfig: type: object properties: vpcId: allOf: - $ref: '#/components/schemas/NonEmptyString' - description: The ID of the Amazon VPC. subnets: allOf: - $ref: '#/components/schemas/Subnets' - description: A list of one or more subnet IDs in your Amazon VPC. securityGroupIds: allOf: - $ref: '#/components/schemas/SecurityGroupIds' - description: A list of one or more security groups IDs in your Amazon VPC. description: Information about the VPC configuration that CodeBuild accesses. DebugSession: type: object properties: sessionEnabled: allOf: - $ref: '#/components/schemas/WrapperBoolean' - description: Specifies if session debugging is enabled for this build. sessionTarget: allOf: - $ref: '#/components/schemas/NonEmptyString' - description: Contains the identifier of the Session Manager session used for the build. To work with the paused build, you open this session to examine, control, and resume the build. description: Contains information about the debug session for a build. For more information, see Viewing a running build in Session Manager. Build: type: object properties: id: allOf: - $ref: '#/components/schemas/NonEmptyString' - description: The unique ID for the build. arn: allOf: - $ref: '#/components/schemas/NonEmptyString' - description: The Amazon Resource Name (ARN) of the build. buildNumber: allOf: - $ref: '#/components/schemas/WrapperLong' - description: The number of the build. For each project, thebuildNumber of its first build is 1. The buildNumber of each subsequent build is incremented by 1. If a build is deleted, the buildNumber of other builds does not change.
startTime:
allOf:
- $ref: '#/components/schemas/Timestamp'
- description: When the build process started, expressed in Unix time format.
endTime:
allOf:
- $ref: '#/components/schemas/Timestamp'
- description: When the build process ended, expressed in Unix time format.
currentPhase:
allOf:
- $ref: '#/components/schemas/String'
- description: The current build phase.
buildStatus:
allOf:
- $ref: '#/components/schemas/StatusType'
- description: 'The current status of the build. Valid values include:
FAILED: The build failed.
FAULT: The build faulted.
IN_PROGRESS: The build is still in progress.
STOPPED: The build stopped.
SUCCEEDED: The build succeeded.
TIMED_OUT: The build timed out.
Any version identifier for the version of the source code to be built. If sourceVersion is specified at the project level, then this sourceVersion (at the build level) takes precedence.
For more information, see Source Version Sample with CodeBuild in the CodeBuild User Guide.
resolvedSourceVersion: allOf: - $ref: '#/components/schemas/NonEmptyString' - description:An identifier for the version of this build's source code.
For CodeCommit, GitHub, GitHub Enterprise, and BitBucket, the commit ID.
For CodePipeline, the source revision provided by CodePipeline.
For Amazon S3, this does not apply.
ProjectSource objects. '
secondarySourceVersions:
allOf:
- $ref: '#/components/schemas/ProjectSecondarySourceVersions'
- description: ' An array of ProjectSourceVersion objects. Each ProjectSourceVersion must be one of:
For CodeCommit: the commit ID, branch, or Git tag to use.
For GitHub: the commit ID, pull request ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a pull request ID is specified, it must use the format pr/pull-request-ID (for example, pr/25). If a branch name is specified, the branch''s HEAD commit ID is used. If not specified, the default branch''s HEAD commit ID is used.
For Bitbucket: the commit ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a branch name is specified, the branch''s HEAD commit ID is used. If not specified, the default branch''s HEAD commit ID is used.
For Amazon S3: the version ID of the object that represents the build input ZIP file to use.
ProjectArtifacts objects. '
cache:
allOf:
- $ref: '#/components/schemas/ProjectCache'
- description: Information about the cache for the build.
environment:
allOf:
- $ref: '#/components/schemas/ProjectEnvironment'
- description: Information about the build environment for this build.
serviceRole:
allOf:
- $ref: '#/components/schemas/NonEmptyString'
- description: The name of a service role used for this build.
logs:
allOf:
- $ref: '#/components/schemas/LogsLocation'
- description: Information about the build's logs in CloudWatch Logs.
timeoutInMinutes:
allOf:
- $ref: '#/components/schemas/WrapperInt'
- description: How long, in minutes, for CodeBuild to wait before timing out this build if it does not get marked as completed.
queuedTimeoutInMinutes:
allOf:
- $ref: '#/components/schemas/WrapperInt'
- description: ' The number of minutes a build is allowed to be queued before it times out. '
buildComplete:
allOf:
- $ref: '#/components/schemas/Boolean'
- description: Whether the build is complete. True if complete; otherwise, false.
initiator:
allOf:
- $ref: '#/components/schemas/String'
- description: The entity that started the build. Valid values include:
If CodePipeline started the build, the pipeline's name (for example, codepipeline/my-demo-pipeline).
If an IAM user started the build, the user's name (for example, MyUserName).
If the Jenkins plugin for CodeBuild started the build, the string CodeBuild-Jenkins-Plugin.
The Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.
You can use a cross-account KMS key to encrypt the build output artifacts if your service role has permission to that key.
You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, the CMK's alias (using the format alias/<alias-name>).
A list of exported environment variables for this build.
Exported environment variables are used in conjunction with CodePipeline to export environment variables from the current build stage to subsequent stages in the pipeline. For more information, see Working with variables in the CodePipeline User Guide.
reportArns: allOf: - $ref: '#/components/schemas/BuildReportArns' - description: ' An array of the ARNs associated with this build''s reports. ' fileSystemLocations: allOf: - $ref: '#/components/schemas/ProjectFileSystemLocations' - description: ' An array ofProjectFileSystemLocation objects for a CodeBuild build project. A ProjectFileSystemLocation object specifies the identifier, location, mountOptions, mountPoint, and type of a file system created using Amazon Elastic File System. '
debugSession:
allOf:
- $ref: '#/components/schemas/DebugSession'
- description: Contains information about the debug session for this build.
buildBatchArn:
allOf:
- $ref: '#/components/schemas/String'
- description: The ARN of the batch build that this build is a member of, if applicable.
description: Information about a build.
LogsLocation:
type: object
properties:
groupName:
allOf:
- $ref: '#/components/schemas/String'
- description: The name of the CloudWatch Logs group for the build logs.
streamName:
allOf:
- $ref: '#/components/schemas/String'
- description: The name of the CloudWatch Logs stream for the build logs.
deepLink:
allOf:
- $ref: '#/components/schemas/String'
- description: The URL to an individual build log in CloudWatch Logs.
s3DeepLink:
allOf:
- $ref: '#/components/schemas/String'
- description: ' The URL to a build log in an S3 bucket. '
cloudWatchLogsArn:
allOf:
- $ref: '#/components/schemas/String'
- description: ' The ARN of CloudWatch Logs for a build project. Its format is arn:${Partition}:logs:${Region}:${Account}:log-group:${LogGroupName}:log-stream:${LogStreamName}. For more information, see Resources Defined by CloudWatch Logs. '
s3LogsArn:
allOf:
- $ref: '#/components/schemas/String'
- description: ' The ARN of S3 logs for a build project. Its format is arn:${Partition}:s3:::${BucketName}/${ObjectName}. For more information, see Resources Defined by Amazon S3. '
cloudWatchLogs:
allOf:
- $ref: '#/components/schemas/CloudWatchLogsConfig'
- description: ' Information about CloudWatch Logs for a build project. '
s3Logs:
allOf:
- $ref: '#/components/schemas/S3LogsConfig'
- description: ' Information about S3 logs for a build project. '
description: Information about build logs in CloudWatch Logs.
CacheMode:
type: string
enum:
- LOCAL_DOCKER_LAYER_CACHE
- LOCAL_SOURCE_CACHE
- LOCAL_CUSTOM_CACHE
BuildArtifactsList:
type: array
items:
$ref: '#/components/schemas/BuildArtifacts'
minItems: 0
maxItems: 12
StartBuildInput:
type: object
required:
- projectName
title: StartBuildInput
properties:
projectName:
allOf:
- $ref: '#/components/schemas/NonEmptyString'
- description: The name of the CodeBuild build project to start running a build.
secondarySourcesOverride:
allOf:
- $ref: '#/components/schemas/ProjectSources'
- description: ' An array of ProjectSource objects. '
secondarySourcesVersionOverride:
allOf:
- $ref: '#/components/schemas/ProjectSecondarySourceVersions'
- description: ' An array of ProjectSourceVersion objects that specify one or more versions of the project''s secondary sources to be used for this build only. '
sourceVersion:
allOf:
- $ref: '#/components/schemas/String'
- description: The version of the build input to be built, for this build only. If not specified, the latest version is used. If specified, the contents depends on the source provider:
The commit ID, branch, or Git tag to use.
The commit ID, pull request ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a pull request ID is specified, it must use the format pr/pull-request-ID (for example pr/25). If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
The commit ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
The version ID of the object that represents the build input ZIP file to use.
If sourceVersion is specified at the project level, then this sourceVersion (at the build level) takes precedence.
For more information, see Source Version Sample with CodeBuild in the CodeBuild User Guide.
artifactsOverride: allOf: - $ref: '#/components/schemas/ProjectArtifacts' - description: Build output artifact settings that override, for this build only, the latest ones already defined in the build project. secondaryArtifactsOverride: allOf: - $ref: '#/components/schemas/ProjectArtifactsList' - description: ' An array ofProjectArtifacts objects. '
environmentVariablesOverride:
allOf:
- $ref: '#/components/schemas/EnvironmentVariables'
- description: A set of environment variables that overrides, for this build only, the latest ones already defined in the build project.
sourceTypeOverride:
allOf:
- $ref: '#/components/schemas/SourceType'
- description: A source input type, for this build, that overrides the source input defined in the build project.
sourceLocationOverride:
allOf:
- $ref: '#/components/schemas/String'
- description: A location that overrides, for this build, the source location for the one defined in the build project.
sourceAuthOverride:
allOf:
- $ref: '#/components/schemas/SourceAuth'
- description: An authorization type for this build that overrides the one defined in the build project. This override applies only if the build project's source is BitBucket or GitHub.
gitCloneDepthOverride:
allOf:
- $ref: '#/components/schemas/GitCloneDepth'
- description: The user-defined depth of history, with a minimum value of 0, that overrides, for this build only, any previous depth of history defined in the build project.
gitSubmodulesConfigOverride:
allOf:
- $ref: '#/components/schemas/GitSubmodulesConfig'
- description: ' Information about the Git submodules configuration for this build of an CodeBuild build project. '
buildspecOverride:
allOf:
- $ref: '#/components/schemas/String'
- description: A buildspec file declaration that overrides, for this build only, the latest one already defined in the build project.
If this value is set, it can be either an inline buildspec definition, the path to an alternate buildspec file relative to the value of the built-in CODEBUILD_SRC_DIR environment variable, or the path to an S3 bucket. The bucket must be in the same Amazon Web Services Region as the build project. Specify the buildspec file using its ARN (for example, arn:aws:s3:::my-codebuild-sample2/buildspec.yml). If this value is not provided or is set to an empty string, the source code must contain a buildspec file in its root directory. For more information, see Buildspec File Name and Storage Location.
Set to true to report to your source provider the status of a build's start and completion. If you use this option with a source provider other than GitHub, GitHub Enterprise, or Bitbucket, an invalidInputException is thrown.
To be able to report the build status to the source provider, the user associated with the source provider must have write access to the repo. If the user does not have write access, the build status cannot be updated. For more information, see Source provider access in the CodeBuild User Guide.
The status of a build triggered by a webhook is always reported to your source provider.
GITHUB, GITHUB_ENTERPRISE, or BITBUCKET.
environmentTypeOverride:
allOf:
- $ref: '#/components/schemas/EnvironmentType'
- description: A container type for this build that overrides the one specified in the build project.
imageOverride:
allOf:
- $ref: '#/components/schemas/NonEmptyString'
- description: The name of an image for this build that overrides the one specified in the build project.
computeTypeOverride:
allOf:
- $ref: '#/components/schemas/ComputeType'
- description: The name of a compute type for this build that overrides the one specified in the build project.
certificateOverride:
allOf:
- $ref: '#/components/schemas/String'
- description: The name of a certificate for this build that overrides the one specified in the build project.
cacheOverride:
allOf:
- $ref: '#/components/schemas/ProjectCache'
- description: A ProjectCache object specified for this build that overrides the one defined in the build project.
serviceRoleOverride:
allOf:
- $ref: '#/components/schemas/NonEmptyString'
- description: The name of a service role for this build that overrides the one specified in the build project.
privilegedModeOverride:
allOf:
- $ref: '#/components/schemas/WrapperBoolean'
- description: Enable this flag to override privileged mode in the build project.
timeoutInMinutesOverride:
allOf:
- $ref: '#/components/schemas/TimeOut'
- description: The number of build timeout minutes, from 5 to 480 (8 hours), that overrides, for this build only, the latest setting already defined in the build project.
queuedTimeoutInMinutesOverride:
allOf:
- $ref: '#/components/schemas/TimeOut'
- description: ' The number of minutes a build is allowed to be queued before it times out. '
encryptionKeyOverride:
allOf:
- $ref: '#/components/schemas/NonEmptyString'
- description: The Key Management Service customer master key (CMK) that overrides the one specified in the build project. The CMK key encrypts the build output artifacts.
You can use a cross-account KMS key to encrypt the build output artifacts if your service role has permission to that key.
You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, the CMK's alias (using the format alias/<alias-name>).
The type of credentials CodeBuild uses to pull images in your build. There are two valid values:
Specifies that CodeBuild uses its own credentials. This requires that you modify your ECR repository policy to trust CodeBuild''s service principal.
Specifies that CodeBuild uses your build project''s service role.
When using a cross-account or private registry image, you must use SERVICE_ROLE credentials. When using an CodeBuild curated image, you must use CODEBUILD credentials.
The current status of the logs in CloudWatch Logs for a build project. Valid values are:
ENABLED: CloudWatch Logs are enabled for this build project.
DISABLED: CloudWatch Logs are not enabled for this build project.
The value of the environment variable.
We strongly discourage the use of PLAINTEXT environment variables to store sensitive values, especially Amazon Web Services secret key IDs and secret access keys. PLAINTEXT environment variables can be displayed in plain text using the CodeBuild console and the CLI. For sensitive values, we recommend you use an environment variable of type PARAMETER_STORE or SECRETS_MANAGER.
The type of environment variable. Valid values include:
PARAMETER_STORE: An environment variable stored in Systems Manager Parameter Store. To learn how to specify a parameter store environment variable, see env/parameter-store in the CodeBuild User Guide.
PLAINTEXT: An environment variable in plain text format. This is the default value.
SECRETS_MANAGER: An environment variable stored in Secrets Manager. To learn how to specify a secrets manager environment variable, see env/secrets-manager in the CodeBuild User Guide.
EFS. '
location:
allOf:
- $ref: '#/components/schemas/String'
- description: A string that specifies the location of the file system created by Amazon EFS. Its format is efs-dns-name:/directory-path. You can find the DNS name of file system when you view it in the Amazon EFS console. The directory path is a path to a directory in the file system that CodeBuild mounts. For example, if the DNS name of a file system is fs-abcd1234.efs.us-west-2.amazonaws.com, and its mount directory is my-efs-mount-directory, then the location is fs-abcd1234.efs.us-west-2.amazonaws.com:/my-efs-mount-directory.
The directory path in the format efs-dns-name:/directory-path is optional. If you do not specify a directory path, the location is only the DNS name and CodeBuild mounts the entire file system.
The name used to access a file system created by Amazon EFS. CodeBuild creates an environment variable by appending the identifier in all capital letters to CODEBUILD_. For example, if you specify my_efs for identifier, a new environment variable is create named CODEBUILD_MY_EFS.
The identifier is used to mount your file system.
nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2. For more information, see Recommended NFS Mount Options. '
description: ' Information about a file system created by Amazon Elastic File System (EFS). For more information, see What Is Amazon Elastic File System? '
S3LogsConfig:
type: object
required:
- status
properties:
status:
allOf:
- $ref: '#/components/schemas/LogsConfigStatusType'
- description: 'The current status of the S3 build logs. Valid values are:
ENABLED: S3 build logs are enabled for this build project.
DISABLED: S3 build logs are not enabled for this build project.
my-bucket, and your path prefix is build-log, then acceptable formats are my-bucket/build-log or arn:aws:s3:::my-bucket/build-log. '
encryptionDisabled:
allOf:
- $ref: '#/components/schemas/WrapperBoolean'
- description: ' Set to true if you do not want your S3 build log output encrypted. By default S3 build logs are encrypted. '
bucketOwnerAccess:
$ref: '#/components/schemas/BucketOwnerAccess'
description: ' Information about S3 logs for a build project. '
BuildPhases:
type: array
items:
$ref: '#/components/schemas/BuildPhase'
BuildPhase:
type: object
properties:
phaseType:
allOf:
- $ref: '#/components/schemas/BuildPhaseType'
- description: The name of the build phase. Valid values include:
Core build activities typically occur in this build phase.
The build has been completed.
Source code is being downloaded in this build phase.
The build process is completing in this build phase.
Installation activities typically occur in this build phase.
Post-build activities typically occur in this build phase.
Pre-build activities typically occur in this build phase.
The build environment is being set up.
The build has been submitted and is queued behind other submitted builds.
The build has been submitted.
Build output artifacts are being uploaded to the output location.
The current status of the build phase. Valid values include:
The build phase failed.
The build phase faulted.
The build phase is still in progress.
The build phase stopped.
The build phase succeeded.
The build phase timed out.
The type of build output artifact. Valid values include:
CODEPIPELINE: The build project has build output generated through CodePipeline.
The CODEPIPELINE type is not supported for secondaryArtifacts.
NO_ARTIFACTS: The build project does not produce any build output.
S3: The build project stores build output in Amazon S3.
Information about the build output artifact location:
If type is set to CODEPIPELINE, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output locations instead of CodeBuild.
If type is set to NO_ARTIFACTS, this value is ignored if specified, because no build output is produced.
If type is set to S3, this is the name of the output bucket.
Along with namespaceType and name, the pattern that CodeBuild uses to name and store the output artifact:
If type is set to CODEPIPELINE, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output names instead of CodeBuild.
If type is set to NO_ARTIFACTS, this value is ignored if specified, because no build output is produced.
If type is set to S3, this is the path to the output artifact. If path is not specified, path is not used.
For example, if path is set to MyArtifacts, namespaceType is set to NONE, and name is set to MyArtifact.zip, the output artifact is stored in the output bucket at MyArtifacts/MyArtifact.zip.
Along with path and name, the pattern that CodeBuild uses to determine the name and location to store the output artifact:
If type is set to CODEPIPELINE, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output names instead of CodeBuild.
If type is set to NO_ARTIFACTS, this value is ignored if specified, because no build output is produced.
If type is set to S3, valid values include:
BUILD_ID: Include the build ID in the location of the build output artifact.
NONE: Do not include the build ID. This is the default if namespaceType is not specified.
For example, if path is set to MyArtifacts, namespaceType is set to BUILD_ID, and name is set to MyArtifact.zip, the output artifact is stored in MyArtifacts/<build-ID>/MyArtifact.zip.
Along with path and namespaceType, the pattern that CodeBuild uses to name and store the output artifact:
If type is set to CODEPIPELINE, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output names instead of CodeBuild.
If type is set to NO_ARTIFACTS, this value is ignored if specified, because no build output is produced.
If type is set to S3, this is the name of the output artifact object. If you set the name to be a forward slash ("/"), the artifact is stored in the root of the output bucket.
For example:
If path is set to MyArtifacts, namespaceType is set to BUILD_ID, and name is set to MyArtifact.zip, then the output artifact is stored in MyArtifacts/<build-ID>/MyArtifact.zip.
If path is empty, namespaceType is set to NONE, and name is set to "/", the output artifact is stored in the root of the output bucket.
If path is set to MyArtifacts, namespaceType is set to BUILD_ID, and name is set to "/", the output artifact is stored in MyArtifacts/<build-ID>.
The type of build output artifact to create:
If type is set to CODEPIPELINE, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output artifacts instead of CodeBuild.
If type is set to NO_ARTIFACTS, this value is ignored if specified, because no build output is produced.
If type is set to S3, valid values include:
NONE: CodeBuild creates in the output bucket a folder that contains the build output. This is the default if packaging is not specified.
ZIP: CodeBuild creates in the output bucket a ZIP file that contains the build output.
The type of repository that contains the source code to be built. Valid values include:
BITBUCKET: The source code is in a Bitbucket repository.
CODECOMMIT: The source code is in an CodeCommit repository.
CODEPIPELINE: The source code settings are specified in the source action of a pipeline in CodePipeline.
GITHUB: The source code is in a GitHub or GitHub Enterprise Cloud repository.
GITHUB_ENTERPRISE: The source code is in a GitHub Enterprise Server repository.
NO_SOURCE: The project does not have input source code.
S3: The source code is in an Amazon S3 bucket.
Information about the location of the source code to be built. Valid values include:
For source code settings that are specified in the source action of a pipeline in CodePipeline, location should not be specified. If it is specified, CodePipeline ignores it. This is because CodePipeline uses the settings in a pipeline's source action instead of this value.
For source code in an CodeCommit repository, the HTTPS clone URL to the repository that contains the source code and the buildspec file (for example, https://git-codecommit.<region-ID>.amazonaws.com/v1/repos/<repo-name>).
For source code in an Amazon S3 input bucket, one of the following.
The path to the ZIP file that contains the source code (for example, <bucket-name>/<path>/<object-name>.zip).
The path to the folder that contains the source code (for example, <bucket-name>/<path-to-source-code>/<folder>/).
For source code in a GitHub repository, the HTTPS clone URL to the repository that contains the source and the buildspec file. You must connect your Amazon Web Services account to your GitHub account. Use the CodeBuild console to start creating a build project. When you use the console to connect (or reconnect) with GitHub, on the GitHub Authorize application page, for Organization access, choose Request access next to each repository you want to allow CodeBuild to have access to, and then choose Authorize application. (After you have connected to your GitHub account, you do not need to finish creating the build project. You can leave the CodeBuild console.) To instruct CodeBuild to use this connection, in the source object, set the auth object's type value to OAUTH.
For source code in a Bitbucket repository, the HTTPS clone URL to the repository that contains the source and the buildspec file. You must connect your Amazon Web Services account to your Bitbucket account. Use the CodeBuild console to start creating a build project. When you use the console to connect (or reconnect) with Bitbucket, on the Bitbucket Confirm access to your account page, choose Grant access. (After you have connected to your Bitbucket account, you do not need to finish creating the build project. You can leave the CodeBuild console.) To instruct CodeBuild to use this connection, in the source object, set the auth object's type value to OAUTH.
If you specify CODEPIPELINE for the Type property, don't specify this property. For all of the other types, you must specify Location.
The buildspec file declaration to use for the builds in this build project.
If this value is set, it can be either an inline buildspec definition, the path to an alternate buildspec file relative to the value of the built-in CODEBUILD_SRC_DIR environment variable, or the path to an S3 bucket. The bucket must be in the same Amazon Web Services Region as the build project. Specify the buildspec file using its ARN (for example, arn:aws:s3:::my-codebuild-sample2/buildspec.yml). If this value is not provided or is set to an empty string, the source code must contain a buildspec file in its root directory. For more information, see Buildspec File Name and Storage Location.
Information about the authorization settings for CodeBuild to access the source code to be built.
This information is for the CodeBuild console's use only. Your code should not get or set this information directly.
reportBuildStatus: allOf: - $ref: '#/components/schemas/WrapperBoolean' - description: Set to true to report the status of a build's start and finish to your source provider. This option is valid only when your source provider is GitHub, GitHub Enterprise, or Bitbucket. If this is set and you use a different source provider, an invalidInputException is thrown.
To be able to report the build status to the source provider, the user associated with the source provider must have write access to the repo. If the user does not have write access, the build status cannot be updated. For more information, see Source provider access in the CodeBuild User Guide.
The status of a build triggered by a webhook is always reported to your source provider.
If your project's builds are triggered by a webhook, you must push a new commit to the repo for a change to this property to take effect.
buildStatusConfig: allOf: - $ref: '#/components/schemas/BuildStatusConfig' - description: Contains information that defines how the build project reports the build status to the source provider. This option is only used when the source provider isGITHUB, GITHUB_ENTERPRISE, or BITBUCKET.
insecureSsl:
allOf:
- $ref: '#/components/schemas/WrapperBoolean'
- description: Enable this flag to ignore SSL warnings while connecting to the project source code.
sourceIdentifier:
allOf:
- $ref: '#/components/schemas/String'
- description: 'An identifier for this project source. The identifier can only contain alphanumeric characters and underscores, and must be less than 128 characters in length. '
description: Information about the build input source code for the build project.
StartBuildOutput:
type: object
properties:
build:
allOf:
- $ref: '#/components/schemas/Build'
- description: Information about the build to be run.
FileSystemType:
type: string
enum:
- EFS
LogsConfig:
type: object
properties:
cloudWatchLogs:
allOf:
- $ref: '#/components/schemas/CloudWatchLogsConfig'
- description: ' Information about CloudWatch Logs for a build project. CloudWatch Logs are enabled by default. '
s3Logs:
allOf:
- $ref: '#/components/schemas/S3LogsConfig'
- description: ' Information about logs built to an S3 bucket for a build project. S3 logs are not enabled by default. '
description: ' Information about logs for a build project. These can be logs in CloudWatch Logs, built in a specified S3 bucket, or both. '
GitCloneDepth:
type: integer
minimum: 0
EnvironmentVariables:
type: array
items:
$ref: '#/components/schemas/EnvironmentVariable'
TimeOut:
type: integer
minimum: 5
maximum: 480
ProjectFileSystemLocations:
type: array
items:
$ref: '#/components/schemas/ProjectFileSystemLocation'
BuildArtifacts:
type: object
properties:
location:
allOf:
- $ref: '#/components/schemas/String'
- description: Information about the location of the build artifacts.
sha256sum:
allOf:
- $ref: '#/components/schemas/String'
- description: The SHA-256 hash of the build artifact.
You can use this hash along with a checksum tool to confirm file integrity and authenticity.
This value is available only if the build project's packaging value is set to ZIP.
The MD5 hash of the build artifact.
You can use this hash along with a checksum tool to confirm file integrity and authenticity.
This value is available only if the build project's packaging value is set to ZIP.
The type of build environment to use for related builds.
The environment type ARM_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), Asia Pacific (Mumbai), Asia Pacific (Tokyo), Asia Pacific (Sydney), and EU (Frankfurt).
The environment type LINUX_CONTAINER with compute type build.general1.2xlarge is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Canada (Central), EU (Ireland), EU (London), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney), China (Beijing), and China (Ningxia).
The environment type LINUX_GPU_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Canada (Central), EU (Ireland), EU (London), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney) , China (Beijing), and China (Ningxia).
The environment types WINDOWS_CONTAINER and WINDOWS_SERVER_2019_CONTAINER are available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), and EU (Ireland).
For more information, see Build environment compute types in the CodeBuild user guide.
image: allOf: - $ref: '#/components/schemas/NonEmptyString' - description: 'The image tag or image digest that identifies the Docker image to use for this build project. Use the following formats:
For an image tag: <registry>/<repository>:<tag>. For example, in the Docker repository that CodeBuild uses to manage its Docker images, this would be aws/codebuild/standard:4.0.
For an image digest: <registry>/<repository>@<digest>. For example, to specify an image with the digest "sha256:cbbf2f9a99b47fc460d422812b6a5adff7dfee951d8fa2e4a98caa0382cfbdbf," use <registry>/<repository>@sha256:cbbf2f9a99b47fc460d422812b6a5adff7dfee951d8fa2e4a98caa0382cfbdbf.
For more information, see Docker images provided by CodeBuild in the CodeBuild user guide.
' computeType: allOf: - $ref: '#/components/schemas/ComputeType' - description: 'Information about the compute resources the build project uses. Available values include:
BUILD_GENERAL1_SMALL: Use up to 3 GB memory and 2 vCPUs for builds.
BUILD_GENERAL1_MEDIUM: Use up to 7 GB memory and 4 vCPUs for builds.
BUILD_GENERAL1_LARGE: Use up to 16 GB memory and 8 vCPUs for builds, depending on your environment type.
BUILD_GENERAL1_2XLARGE: Use up to 145 GB memory, 72 vCPUs, and 824 GB of SSD storage for builds. This compute type supports Docker images up to 100 GB uncompressed.
If you use BUILD_GENERAL1_LARGE:
For environment type LINUX_CONTAINER, you can use up to 15 GB memory and 8 vCPUs for builds.
For environment type LINUX_GPU_CONTAINER, you can use up to 255 GB memory, 32 vCPUs, and 4 NVIDIA Tesla V100 GPUs for builds.
For environment type ARM_CONTAINER, you can use up to 16 GB memory and 8 vCPUs on ARM-based processors for builds.
For more information, see Build Environment Compute Types in the CodeBuild User Guide.
' environmentVariables: allOf: - $ref: '#/components/schemas/EnvironmentVariables' - description: A set of environment variables to make available to builds for this build project. privilegedMode: allOf: - $ref: '#/components/schemas/WrapperBoolean' - description:Enables running the Docker daemon inside a Docker container. Set to true only if the build project is used to build Docker images. Otherwise, a build that attempts to interact with the Docker daemon fails. The default setting is false.
You can initialize the Docker daemon during the install phase of your build by adding one of the following sets of commands to the install phase of your buildspec file:
If the operating system's base image is Ubuntu Linux:
- nohup /usr/local/bin/dockerd --host=unix:///var/run/docker.sock --host=tcp://0.0.0.0:2375 --storage-driver=overlay&
- timeout 15 sh -c "until docker info; do echo .; sleep 1; done"
If the operating system's base image is Alpine Linux and the previous command does not work, add the -t argument to timeout:
- nohup /usr/local/bin/dockerd --host=unix:///var/run/docker.sock --host=tcp://0.0.0.0:2375 --storage-driver=overlay&
- timeout -t 15 sh -c "until docker info; do echo .; sleep 1; done"
The type of credentials CodeBuild uses to pull images in your build. There are two valid values:
CODEBUILD specifies that CodeBuild uses its own credentials. This requires that you modify your ECR repository policy to trust CodeBuild service principal.
SERVICE_ROLE specifies that CodeBuild uses your build project''s service role.
When you use a cross-account or private registry image, you must use SERVICE_ROLE credentials. When you use an CodeBuild curated image, you must use CODEBUILD credentials.
' description: Information about the build environment of the build project. EnvironmentType: type: string enum: - WINDOWS_CONTAINER - LINUX_CONTAINER - LINUX_GPU_CONTAINER - ARM_CONTAINER - WINDOWS_SERVER_2019_CONTAINER ProjectSecondarySourceVersions: type: array items: $ref: '#/components/schemas/ProjectSourceVersion' minItems: 0 maxItems: 12 PhaseContext: type: object properties: statusCode: allOf: - $ref: '#/components/schemas/String' - description: The status code for the context of the build phase. message: allOf: - $ref: '#/components/schemas/String' - description: An explanation of the build phase's context. This might include a command ID and an exit code. description: Additional information about a build phase that has an error. You can use this information for troubleshooting. ProjectCacheModes: type: array items: $ref: '#/components/schemas/CacheMode' CredentialProviderType: type: string enum: - SECRETS_MANAGER BuildStatusConfig: type: object properties: context: allOf: - $ref: '#/components/schemas/String' - description:Specifies the context of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider.
This parameter is used for the name parameter in the Bitbucket commit status. For more information, see build in the Bitbucket API documentation.
This parameter is used for the context parameter in the GitHub commit status. For more information, see Create a commit status in the GitHub developer guide.
Specifies the target url of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider.
This parameter is used for the url parameter in the Bitbucket commit status. For more information, see build in the Bitbucket API documentation.
This parameter is used for the target_url parameter in the GitHub commit status. For more information, see Create a commit status in the GitHub developer guide.
Specifies the bucket owner's access for objects that another account uploads to their Amazon S3 bucket. By default, only the account that uploads the objects to the bucket has access to these objects. This property allows you to give the bucket owner access to these objects.
To use this property, your CodeBuild service role must have the s3:PutBucketAcl permission. This permission allows CodeBuild to modify the access control list for the bucket.
This property can be one of the following values:
The bucket owner does not have access to the objects. This is the default.
The bucket owner has read-only access to the objects. The uploading account retains ownership of the objects.
The bucket owner has full access to the objects. Object ownership is determined by the following criteria:
If the bucket is configured with the Bucket owner preferred setting, the bucket owner owns the objects. The uploading account will have object access as specified by the bucket's policy.
Otherwise, the uploading account retains ownership of the objects.
For more information about Amazon S3 object ownership, see Controlling ownership of uploaded objects using S3 Object Ownership in the Amazon Simple Storage Service User Guide.
The type of cache used by the build project. Valid values include:
NO_CACHE: The build project does not use any cache.
S3: The build project reads and writes from and to S3.
LOCAL: The build project stores a cache locally on a build host that is only available to that build host.
Information about the cache location:
NO_CACHE or LOCAL: This value is ignored.
S3: This is the S3 bucket name/prefix.
An array of strings that specify the local cache modes. You can use one or more local cache modes at the same time. This is only used for LOCAL cache types.
Possible values are:
Caches Git metadata for primary and secondary sources. After the cache is created, subsequent builds pull only the change between commits. This mode is a good choice for projects with a clean working directory and a source that is a large Git repository. If you choose this option and your project does not use a Git repository (GitHub, GitHub Enterprise, or Bitbucket), the option is ignored.
Caches existing Docker layers. This mode is a good choice for projects that build or pull large Docker images. It can prevent the performance issues caused by pulling large Docker images down from the network.
You can use a Docker layer cache in the Linux environment only.
The privileged flag must be set so that your project has the required Docker permissions.
You should consider the security implications before you use a Docker layer cache.
Caches directories you specify in the buildspec file. This mode is a good choice if your build scenario is not suited to one of the other three local cache modes. If you use a custom cache:
Only directories can be specified for caching. You cannot specify individual files.
Symlinks are used to reference cached directories.
Cached directories are linked to your build before it downloads its project sources. Cached items are overridden if a source item has the same name. Directories are specified using cache paths in the buildspec file.
This data type is deprecated and is no longer accurate or used.
The authorization type to use. The only valid value is OAUTH, which represents the OAuth authorization type.
Information about the authorization settings for CodeBuild to access the source code to be built.
This information is for the CodeBuild console's use only. Your code should not get or set this information directly.
CacheType: type: string enum: - NO_CACHE - S3 - LOCAL EnvironmentVariableType: type: string enum: - PLAINTEXT - PARAMETER_STORE - SECRETS_MANAGER ComputeType: type: string enum: - BUILD_GENERAL1_SMALL - BUILD_GENERAL1_MEDIUM - BUILD_GENERAL1_LARGE - BUILD_GENERAL1_2XLARGE StatusType: type: string enum: - SUCCEEDED - FAILED - FAULT - TIMED_OUT - IN_PROGRESS - STOPPED Boolean: type: boolean AccountLimitExceededException: {} GitSubmodulesConfig: type: object required: - fetchSubmodules properties: fetchSubmodules: allOf: - $ref: '#/components/schemas/WrapperBoolean' - description: ' Set to true to fetch Git submodules for your CodeBuild build project. ' description: ' Information about the Git submodules configuration for an CodeBuild build project. ' ProjectArtifactsList: type: array items: $ref: '#/components/schemas/ProjectArtifacts' minItems: 0 maxItems: 12 SourceType: type: string enum: - CODECOMMIT - CODEPIPELINE - GITHUB - S3 - BITBUCKET - GITHUB_ENTERPRISE - NO_SOURCE SecurityGroupIds: type: array items: $ref: '#/components/schemas/NonEmptyString' maxItems: 5 RegistryCredential: type: object required: - credential - credentialProvider properties: credential: allOf: - $ref: '#/components/schemas/NonEmptyString' - description:The Amazon Resource Name (ARN) or name of credentials created using Secrets Manager.
The credential can use the name of the credentials only if they exist in your current Amazon Web Services Region.
Information about credentials that provide access to a private Docker registry. When this is set:
imagePullCredentialsType must be set to SERVICE_ROLE.
images cannot be curated or an Amazon ECR image.
For more information, see Private Registry with Secrets Manager Sample for CodeBuild.
' InvalidInputException: {} ExportedEnvironmentVariable: type: object properties: name: allOf: - $ref: '#/components/schemas/NonEmptyString' - description: The name of the exported environment variable. value: allOf: - $ref: '#/components/schemas/String' - description: The value assigned to the exported environment variable. description:Contains information about an exported environment variable.
Exported environment variables are used in conjunction with CodePipeline to export environment variables from the current build stage to subsequent stages in the pipeline. For more information, see Working with variables in the CodePipeline User Guide.
During a build, the value of a variable is available starting with the install phase. It can be updated between the start of the install phase and the end of the post_build phase. After the post_build phase ends, the value of exported variables cannot change.