openapi: 3.0.0 info: version: '2016-10-06' x-release: v4 title: 'AWS CodeBuild Builds #X Amz Target=CodeBuild 20161006.RetryBuild API' description: CodeBuild

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.RetryBuild' paths: /#X-Amz-Target=CodeBuild_20161006.RetryBuild: 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: RetryBuild description: Restarts a build. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/RetryBuildOutput' examples: RetryBuild200Example: summary: Default RetryBuild 200 response x-microcks-default: true value: build: id: '500123' arn: arn:aws:service:us-east-1:123456789012:resource/example buildNumber: example-value startTime: example-value endTime: example-value currentPhase: example-value buildStatus: ACTIVE sourceVersion: 1.0.0 '480': description: InvalidInputException content: application/json: schema: $ref: '#/components/schemas/InvalidInputException' examples: RetryBuild480Example: summary: Default RetryBuild 480 response x-microcks-default: true value: example-value '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' examples: RetryBuild481Example: summary: Default RetryBuild 481 response x-microcks-default: true value: example-value '482': description: AccountLimitExceededException content: application/json: schema: $ref: '#/components/schemas/AccountLimitExceededException' examples: RetryBuild482Example: summary: Default RetryBuild 482 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/RetryBuildInput' examples: RetryBuildRequestExample: summary: Default RetryBuild request x-microcks-default: true value: id: '500123' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeBuild_20161006.RetryBuild summary: Amazon CodeBuild Retry Build x-microcks-operation: delay: 0 dispatcher: FALLBACK tags: - '#X Amz Target=CodeBuild 20161006.RetryBuild' components: schemas: BuildReportArns: type: array items: $ref: '#/components/schemas/String' 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 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, the buildNumber 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:

' sourceVersion: allOf: - $ref: '#/components/schemas/NonEmptyString' - description:

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.

projectName: allOf: - $ref: '#/components/schemas/NonEmptyString' - description: The name of the CodeBuild project. phases: allOf: - $ref: '#/components/schemas/BuildPhases' - description: Information about all previous build phases that are complete and information about any current build phase that is not yet complete. source: allOf: - $ref: '#/components/schemas/ProjectSource' - description: Information about the source code to be built. secondarySources: allOf: - $ref: '#/components/schemas/ProjectSources' - description: ' An array of ProjectSource objects. ' secondarySourceVersions: allOf: - $ref: '#/components/schemas/ProjectSecondarySourceVersions' - description: '

An array of ProjectSourceVersion objects. Each ProjectSourceVersion must be one of:

' artifacts: allOf: - $ref: '#/components/schemas/BuildArtifacts' - description: Information about the output artifacts for the build. secondaryArtifacts: allOf: - $ref: '#/components/schemas/BuildArtifactsList' - description: ' An array of 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:

vpcConfig: allOf: - $ref: '#/components/schemas/VpcConfig' - description: If your CodeBuild project accesses resources in an Amazon VPC, you provide this parameter that identifies the VPC ID and the list of security group IDs and subnet IDs. The security groups and subnets must belong to the same VPC. You must provide at least one security group and one subnet ID. networkInterface: allOf: - $ref: '#/components/schemas/NetworkInterface' - description: Describes a network interface. encryptionKey: allOf: - $ref: '#/components/schemas/NonEmptyString' - description:

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>).

exportedEnvironmentVariables: allOf: - $ref: '#/components/schemas/ExportedEnvironmentVariables' - description:

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 of ProjectFileSystemLocation 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 ResourceNotFoundException: {} ExportedEnvironmentVariables: type: array items: $ref: '#/components/schemas/ExportedEnvironmentVariable' BuildPhaseType: type: string enum: - SUBMITTED - QUEUED - PROVISIONING - DOWNLOAD_SOURCE - INSTALL - PRE_BUILD - BUILD - POST_BUILD - UPLOAD_ARTIFACTS - FINALIZING - COMPLETED PhaseContexts: type: array items: $ref: '#/components/schemas/PhaseContext' NonEmptyString: type: string minLength: 1 RetryBuildOutput: type: object properties: build: $ref: '#/components/schemas/Build' CloudWatchLogsConfig: type: object required: - status properties: status: allOf: - $ref: '#/components/schemas/LogsConfigStatusType' - description: '

The current status of the logs in CloudWatch Logs for a build project. Valid values are:

' groupName: allOf: - $ref: '#/components/schemas/String' - description: ' The group name of the logs in CloudWatch Logs. For more information, see Working with Log Groups and Log Streams. ' streamName: allOf: - $ref: '#/components/schemas/String' - description: ' The prefix of the stream name of the CloudWatch Logs. For more information, see Working with Log Groups and Log Streams. ' description: ' Information about CloudWatch Logs for a build project. ' WrapperBoolean: type: boolean Timestamp: type: string format: date-time EnvironmentVariable: type: object required: - name - value properties: name: allOf: - $ref: '#/components/schemas/NonEmptyString' - description: The name or key of the environment variable. value: allOf: - $ref: '#/components/schemas/String' - description:

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.

type: allOf: - $ref: '#/components/schemas/EnvironmentVariableType' - description: '

The type of environment variable. Valid values include:

' description: Information about an environment variable for a build project or a build. ImagePullCredentialsType: type: string enum: - CODEBUILD - SERVICE_ROLE ProjectFileSystemLocation: type: object properties: type: allOf: - $ref: '#/components/schemas/FileSystemType' - description: ' The type of the file system. The one supported type is 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.

mountPoint: allOf: - $ref: '#/components/schemas/String' - description: 'The location in the container where you mount the file system. ' identifier: allOf: - $ref: '#/components/schemas/String' - description:

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.

mountOptions: allOf: - $ref: '#/components/schemas/String' - description: ' The mount options for a file system created by Amazon EFS. The default mount options used by CodeBuild are 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:

' location: allOf: - $ref: '#/components/schemas/String' - description: ' The ARN of an S3 bucket and the path prefix for S3 logs. If your Amazon S3 bucket name is 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:

BUILD

Core build activities typically occur in this build phase.

COMPLETED

The build has been completed.

DOWNLOAD_SOURCE

Source code is being downloaded in this build phase.

FINALIZING

The build process is completing in this build phase.

INSTALL

Installation activities typically occur in this build phase.

POST_BUILD

Post-build activities typically occur in this build phase.

PRE_BUILD

Pre-build activities typically occur in this build phase.

PROVISIONING

The build environment is being set up.

QUEUED

The build has been submitted and is queued behind other submitted builds.

SUBMITTED

The build has been submitted.

UPLOAD_ARTIFACTS

Build output artifacts are being uploaded to the output location.

phaseStatus: allOf: - $ref: '#/components/schemas/StatusType' - description:

The current status of the build phase. Valid values include:

FAILED

The build phase failed.

FAULT

The build phase faulted.

IN_PROGRESS

The build phase is still in progress.

STOPPED

The build phase stopped.

SUCCEEDED

The build phase succeeded.

TIMED_OUT

The build phase timed out.

startTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: When the build phase started, expressed in Unix time format. endTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: When the build phase ended, expressed in Unix time format. durationInSeconds: allOf: - $ref: '#/components/schemas/WrapperLong' - description: How long, in seconds, between the starting and ending times of the build's phase. contexts: allOf: - $ref: '#/components/schemas/PhaseContexts' - description: Additional information about a build phase, especially to help troubleshoot a failed build. description: Information about a stage for a build. LogsConfigStatusType: type: string enum: - ENABLED - DISABLED ProjectSource: type: object required: - type properties: type: allOf: - $ref: '#/components/schemas/SourceType' - description: '

The type of repository that contains the source code to be built. Valid values include:

' location: allOf: - $ref: '#/components/schemas/String' - description:

Information about the location of the source code to be built. Valid values include:

If you specify CODEPIPELINE for the Type property, don't specify this property. For all of the other types, you must specify Location.

gitCloneDepth: allOf: - $ref: '#/components/schemas/GitCloneDepth' - description: Information about the Git clone depth for the build project. gitSubmodulesConfig: allOf: - $ref: '#/components/schemas/GitSubmodulesConfig' - description: ' Information about the Git submodules configuration for the build project. ' buildspec: allOf: - $ref: '#/components/schemas/String' - description:

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.

auth: allOf: - $ref: '#/components/schemas/SourceAuth' - description:

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 is GITHUB, 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. FileSystemType: type: string enum: - EFS GitCloneDepth: type: integer minimum: 0 EnvironmentVariables: type: array items: $ref: '#/components/schemas/EnvironmentVariable' 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.

md5sum: allOf: - $ref: '#/components/schemas/String' - description:

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.

overrideArtifactName: allOf: - $ref: '#/components/schemas/WrapperBoolean' - description: ' If this flag is set, a name specified in the buildspec file overrides the artifact name. The name specified in a buildspec file is calculated at build time and uses the Shell Command Language. For example, you can append a date and time to your artifact name so that it is always unique. ' encryptionDisabled: allOf: - $ref: '#/components/schemas/WrapperBoolean' - description: ' Information that tells you if encryption for build artifacts is disabled. ' artifactIdentifier: allOf: - $ref: '#/components/schemas/String' - description: ' An identifier for this artifact definition. ' bucketOwnerAccess: $ref: '#/components/schemas/BucketOwnerAccess' description: Information about build output artifacts. ProjectEnvironment: type: object required: - type - image - computeType properties: type: allOf: - $ref: '#/components/schemas/EnvironmentType' - description:

The type of build environment to use for related builds.

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 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:

If you use BUILD_GENERAL1_LARGE:

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"

certificate: allOf: - $ref: '#/components/schemas/String' - description: The ARN of the Amazon S3 bucket, path prefix, and object key that contains the PEM-encoded certificate for the build project. For more information, see certificate in the CodeBuild User Guide. registryCredential: allOf: - $ref: '#/components/schemas/RegistryCredential' - description: ' The credentials for access to a private registry.' imagePullCredentialsType: allOf: - $ref: '#/components/schemas/ImagePullCredentialsType' - description: '

The type of credentials CodeBuild uses to pull images in your build. There are two valid values:

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 RetryBuildInput: type: object title: RetryBuildInput properties: id: allOf: - $ref: '#/components/schemas/NonEmptyString' - description: Specifies the identifier of the build to restart. 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.

Bitbucket

This parameter is used for the name parameter in the Bitbucket commit status. For more information, see build in the Bitbucket API documentation.

GitHub/GitHub Enterprise Server

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.

targetUrl: allOf: - $ref: '#/components/schemas/String' - description:

Specifies the target url of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider.

Bitbucket

This parameter is used for the url parameter in the Bitbucket commit status. For more information, see build in the Bitbucket API documentation.

GitHub/GitHub Enterprise Server

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.

description: 'Contains information that defines how the CodeBuild build project reports the build status to the source provider. ' BucketOwnerAccess: type: string enum: - NONE - READ_ONLY - FULL description:

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:

NONE

The bucket owner does not have access to the objects. This is the default.

READ_ONLY

The bucket owner has read-only access to the objects. The uploading account retains ownership of the objects.

FULL

The bucket owner has full access to the objects. Object ownership is determined by the following criteria:

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.

ProjectSources: type: array items: $ref: '#/components/schemas/ProjectSource' minItems: 0 maxItems: 12 SourceAuthType: type: string enum: - OAUTH WrapperInt: type: integer ProjectCache: type: object required: - type properties: type: allOf: - $ref: '#/components/schemas/CacheType' - description: '

The type of cache used by the build project. Valid values include:

' location: allOf: - $ref: '#/components/schemas/String' - description: '

Information about the cache location:

' modes: allOf: - $ref: '#/components/schemas/ProjectCacheModes' - description: '

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:

LOCAL_SOURCE_CACHE

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.

LOCAL_DOCKER_LAYER_CACHE

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.

LOCAL_CUSTOM_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:

' description: Information about the cache for the build project. Subnets: type: array items: $ref: '#/components/schemas/NonEmptyString' maxItems: 16 String: type: string SourceAuth: type: object required: - type properties: type: allOf: - $ref: '#/components/schemas/SourceAuthType' - description:

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.

resource: allOf: - $ref: '#/components/schemas/String' - description: The resource value that applies to the specified authorization type. description:

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. ' 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.

credentialProvider: allOf: - $ref: '#/components/schemas/CredentialProviderType' - description: ' The service that created the credentials to access a private Docker registry. The valid value, SECRETS_MANAGER, is for Secrets Manager. ' description: '

Information about credentials that provide access to a private Docker registry. When this is set:

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.

parameters: X-Amz-Algorithm: name: X-Amz-Algorithm in: header schema: type: string required: false X-Amz-Credential: name: X-Amz-Credential in: header schema: type: string required: false X-Amz-Content-Sha256: name: X-Amz-Content-Sha256 in: header schema: type: string required: false X-Amz-Security-Token: name: X-Amz-Security-Token in: header schema: type: string required: false X-Amz-Signature: name: X-Amz-Signature in: header schema: type: string required: false X-Amz-Date: name: X-Amz-Date in: header schema: type: string required: false X-Amz-SignedHeaders: name: X-Amz-SignedHeaders in: header schema: type: string required: false securitySchemes: hmac: type: apiKey name: Authorization in: header description: Amazon Signature authorization v4 x-amazon-apigateway-authtype: awsSigv4 externalDocs: description: Amazon Web Services documentation url: https://docs.aws.amazon.com/codebuild/ x-hasEquivalentPaths: true