{ "version": "2.0", "service": "AWS CodeBuild

AWS CodeBuild is a fully managed build service in the cloud. AWS CodeBuild compiles your source code, runs unit tests, and produces artifacts that are ready to deploy. AWS 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 AWS CodeBuild to use your own build tools. AWS CodeBuild scales automatically to meet peak build requests, and you pay only for the build time you consume. For more information about AWS CodeBuild, see the AWS CodeBuild User Guide.

AWS CodeBuild supports these operations:

", "operations": { "BatchDeleteBuilds": "

Deletes one or more builds.

", "BatchGetBuilds": "

Gets information about builds.

", "BatchGetProjects": "

Gets information about build projects.

", "CreateProject": "

Creates a build project.

", "CreateWebhook": "

For an existing AWS CodeBuild build project that has its source code stored in a GitHub repository, enables AWS CodeBuild to begin automatically rebuilding the source code every time a code change is pushed to the repository.

If you enable webhooks for an AWS CodeBuild project, and the project is used as a build step in AWS CodePipeline, then two identical builds will be created for each commit. One build is triggered through webhooks, and one through AWS CodePipeline. Because billing is on a per-build basis, you will be billed for both builds. Therefore, if you are using AWS CodePipeline, we recommend that you disable webhooks in CodeBuild. In the AWS CodeBuild console, clear the Webhook box. For more information, see step 9 in Change a Build Project’s Settings.

", "DeleteProject": "

Deletes a build project.

", "DeleteWebhook": "

For an existing AWS CodeBuild build project that has its source code stored in a GitHub repository, stops AWS CodeBuild from automatically rebuilding the source code every time a code change is pushed to the repository.

", "InvalidateProjectCache": "

Resets the cache for a project.

", "ListBuilds": "

Gets a list of build IDs, with each build ID representing a single build.

", "ListBuildsForProject": "

Gets a list of build IDs for the specified build project, with each build ID representing a single build.

", "ListCuratedEnvironmentImages": "

Gets information about Docker images that are managed by AWS CodeBuild.

", "ListProjects": "

Gets a list of build project names, with each build project name representing a single build project.

", "StartBuild": "

Starts running a build.

", "StopBuild": "

Attempts to stop running a build.

", "UpdateProject": "

Changes the settings of a build project.

" }, "shapes": { "AccountLimitExceededException": { "base": "

An AWS service limit was exceeded for the calling AWS account.

", "refs": { } }, "ArtifactNamespace": { "base": null, "refs": { "ProjectArtifacts$namespaceType": "

Along with path and name, the pattern that AWS CodeBuild will use to determine the name and location to store the output artifact, as follows:

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 would be stored in MyArtifacts/build-ID/MyArtifact.zip.

" } }, "ArtifactPackaging": { "base": null, "refs": { "ProjectArtifacts$packaging": "

The type of build output artifact to create, as follows:

" } }, "ArtifactsType": { "base": null, "refs": { "ProjectArtifacts$type": "

The type of build output artifact. Valid values include:

" } }, "BatchDeleteBuildsInput": { "base": null, "refs": { } }, "BatchDeleteBuildsOutput": { "base": null, "refs": { } }, "BatchGetBuildsInput": { "base": null, "refs": { } }, "BatchGetBuildsOutput": { "base": null, "refs": { } }, "BatchGetProjectsInput": { "base": null, "refs": { } }, "BatchGetProjectsOutput": { "base": null, "refs": { } }, "Boolean": { "base": null, "refs": { "Build$buildComplete": "

Whether the build has finished. True if completed; otherwise, false.

", "ProjectBadge$badgeEnabled": "

Set this to true to generate a publicly-accessible URL for your project's build badge.

" } }, "Build": { "base": "

Information about a build.

", "refs": { "Builds$member": null, "StartBuildOutput$build": "

Information about the build to be run.

", "StopBuildOutput$build": "

Information about the build.

" } }, "BuildArtifacts": { "base": "

Information about build output artifacts.

", "refs": { "Build$artifacts": "

Information about the output artifacts for the build.

" } }, "BuildIds": { "base": null, "refs": { "BatchDeleteBuildsInput$ids": "

The IDs of the builds to delete.

", "BatchDeleteBuildsOutput$buildsDeleted": "

The IDs of the builds that were successfully deleted.

", "BatchGetBuildsInput$ids": "

The IDs of the builds.

", "BatchGetBuildsOutput$buildsNotFound": "

The IDs of builds for which information could not be found.

", "ListBuildsForProjectOutput$ids": "

A list of build IDs for the specified build project, with each build ID representing a single build.

", "ListBuildsOutput$ids": "

A list of build IDs, with each build ID representing a single build.

" } }, "BuildNotDeleted": { "base": "

Information about a build that could not be successfully deleted.

", "refs": { "BuildsNotDeleted$member": null } }, "BuildPhase": { "base": "

Information about a stage for a build.

", "refs": { "BuildPhases$member": null } }, "BuildPhaseType": { "base": null, "refs": { "BuildPhase$phaseType": "

The name of the build phase. Valid values include:

" } }, "BuildPhases": { "base": null, "refs": { "Build$phases": "

Information about all previous build phases that are completed and information about any current build phase that is not yet complete.

" } }, "Builds": { "base": null, "refs": { "BatchGetBuildsOutput$builds": "

Information about the requested builds.

" } }, "BuildsNotDeleted": { "base": null, "refs": { "BatchDeleteBuildsOutput$buildsNotDeleted": "

Information about any builds that could not be successfully deleted.

" } }, "CacheType": { "base": null, "refs": { "ProjectCache$type": "

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

" } }, "ComputeType": { "base": null, "refs": { "ProjectEnvironment$computeType": "

Information about the compute resources the build project will use. Available values include:

" } }, "CreateProjectInput": { "base": null, "refs": { } }, "CreateProjectOutput": { "base": null, "refs": { } }, "CreateWebhookInput": { "base": null, "refs": { } }, "CreateWebhookOutput": { "base": null, "refs": { } }, "DeleteProjectInput": { "base": null, "refs": { } }, "DeleteProjectOutput": { "base": null, "refs": { } }, "DeleteWebhookInput": { "base": null, "refs": { } }, "DeleteWebhookOutput": { "base": null, "refs": { } }, "EnvironmentImage": { "base": "

Information about a Docker image that is managed by AWS CodeBuild.

", "refs": { "EnvironmentImages$member": null } }, "EnvironmentImages": { "base": null, "refs": { "EnvironmentLanguage$images": "

The list of Docker images that are related by the specified programming language.

" } }, "EnvironmentLanguage": { "base": "

A set of Docker images that are related by programming language and are managed by AWS CodeBuild.

", "refs": { "EnvironmentLanguages$member": null } }, "EnvironmentLanguages": { "base": null, "refs": { "EnvironmentPlatform$languages": "

The list of programming languages that are available for the specified platform.

" } }, "EnvironmentPlatform": { "base": "

A set of Docker images that are related by platform and are managed by AWS CodeBuild.

", "refs": { "EnvironmentPlatforms$member": null } }, "EnvironmentPlatforms": { "base": null, "refs": { "ListCuratedEnvironmentImagesOutput$platforms": "

Information about supported platforms for Docker images that are managed by AWS CodeBuild.

" } }, "EnvironmentType": { "base": null, "refs": { "ProjectEnvironment$type": "

The type of build environment to use for related builds.

" } }, "EnvironmentVariable": { "base": "

Information about an environment variable for a build project or a build.

", "refs": { "EnvironmentVariables$member": null } }, "EnvironmentVariableType": { "base": null, "refs": { "EnvironmentVariable$type": "

The type of environment variable. Valid values include:

" } }, "EnvironmentVariables": { "base": null, "refs": { "ProjectEnvironment$environmentVariables": "

A set of environment variables to make available to builds for this build project.

", "StartBuildInput$environmentVariablesOverride": "

A set of environment variables that overrides, for this build only, the latest ones already defined in the build project.

" } }, "InvalidInputException": { "base": "

The input value that was provided is not valid.

", "refs": { } }, "InvalidateProjectCacheInput": { "base": null, "refs": { } }, "InvalidateProjectCacheOutput": { "base": null, "refs": { } }, "KeyInput": { "base": null, "refs": { "Tag$key": "

The tag's key.

" } }, "LanguageType": { "base": null, "refs": { "EnvironmentLanguage$language": "

The programming language for the Docker images.

" } }, "ListBuildsForProjectInput": { "base": null, "refs": { } }, "ListBuildsForProjectOutput": { "base": null, "refs": { } }, "ListBuildsInput": { "base": null, "refs": { } }, "ListBuildsOutput": { "base": null, "refs": { } }, "ListCuratedEnvironmentImagesInput": { "base": null, "refs": { } }, "ListCuratedEnvironmentImagesOutput": { "base": null, "refs": { } }, "ListProjectsInput": { "base": null, "refs": { } }, "ListProjectsOutput": { "base": null, "refs": { } }, "LogsLocation": { "base": "

Information about build logs in Amazon CloudWatch Logs.

", "refs": { "Build$logs": "

Information about the build's logs in Amazon CloudWatch Logs.

" } }, "NetworkInterface": { "base": "

Describes a network interface.

", "refs": { "Build$networkInterface": "

Describes a network interface.

" } }, "NonEmptyString": { "base": null, "refs": { "Build$id": "

The unique ID for the build.

", "Build$arn": "

The Amazon Resource Name (ARN) of the build.

", "Build$sourceVersion": "

Any version identifier for the version of the source code to be built.

", "Build$projectName": "

The name of the build project.

", "BuildIds$member": null, "BuildNotDeleted$id": "

The ID of the build that could not be successfully deleted.

", "CreateProjectInput$serviceRole": "

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

", "CreateProjectInput$encryptionKey": "

The AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the build output artifacts.

You can specify either the CMK's Amazon Resource Name (ARN) or, if available, the CMK's alias (using the format alias/alias-name ).

", "DeleteProjectInput$name": "

The name of the build project.

", "EnvironmentVariable$name": "

The name or key of the environment variable.

", "InvalidateProjectCacheInput$projectName": "

The name of the build project that the cache will be reset for.

", "ListBuildsForProjectInput$projectName": "

The name of the build project.

", "ListProjectsInput$nextToken": "

During a previous call, if there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.

", "NetworkInterface$subnetId": "

The ID of the subnet.

", "NetworkInterface$networkInterfaceId": "

The ID of the network interface.

", "Project$serviceRole": "

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

", "Project$encryptionKey": "

The AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the build output artifacts.

This is expressed either as the CMK's Amazon Resource Name (ARN) or, if specified, the CMK's alias (using the format alias/alias-name ).

", "ProjectEnvironment$image": "

The ID of the Docker image to use for this build project.

", "ProjectNames$member": null, "SecurityGroupIds$member": null, "StartBuildInput$projectName": "

The name of the build project to start running a build.

", "StopBuildInput$id": "

The ID of the build.

", "Subnets$member": null, "UpdateProjectInput$name": "

The name of the build project.

You cannot change a build project's name.

", "UpdateProjectInput$serviceRole": "

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.

", "UpdateProjectInput$encryptionKey": "

The replacement AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the build output artifacts.

You can specify either the CMK's Amazon Resource Name (ARN) or, if available, the CMK's alias (using the format alias/alias-name ).

", "VpcConfig$vpcId": "

The ID of the Amazon VPC.

", "Webhook$url": "

The URL to the webhook.

" } }, "OAuthProviderException": { "base": "

There was a problem with the underlying OAuth provider.

", "refs": { } }, "PhaseContext": { "base": "

Additional information about a build phase that has an error. You can use this information to help troubleshoot a failed build.

", "refs": { "PhaseContexts$member": null } }, "PhaseContexts": { "base": null, "refs": { "BuildPhase$contexts": "

Additional information about a build phase, especially to help troubleshoot a failed build.

" } }, "PlatformType": { "base": null, "refs": { "EnvironmentPlatform$platform": "

The platform's name.

" } }, "Project": { "base": "

Information about a build project.

", "refs": { "CreateProjectOutput$project": "

Information about the build project that was created.

", "Projects$member": null, "UpdateProjectOutput$project": "

Information about the build project that was changed.

" } }, "ProjectArtifacts": { "base": "

Information about the build output artifacts for the build project.

", "refs": { "CreateProjectInput$artifacts": "

Information about the build output artifacts for the build project.

", "Project$artifacts": "

Information about the build output artifacts for the build project.

", "StartBuildInput$artifactsOverride": "

Build output artifact settings that override, for this build only, the latest ones already defined in the build project.

", "UpdateProjectInput$artifacts": "

Information to be changed about the build output artifacts for the build project.

" } }, "ProjectBadge": { "base": "

Information about the build badge for the build project.

", "refs": { "Project$badge": "

Information about the build badge for the build project.

" } }, "ProjectCache": { "base": "

Information about the cache for the build project.

", "refs": { "Build$cache": "

Information about the cache for the build.

", "CreateProjectInput$cache": "

Stores recently used information so that it can be quickly accessed at a later time.

", "Project$cache": "

Information about the cache for the build project.

", "UpdateProjectInput$cache": "

Stores recently used information so that it can be quickly accessed at a later time.

" } }, "ProjectDescription": { "base": null, "refs": { "CreateProjectInput$description": "

A description that makes the build project easy to identify.

", "Project$description": "

A description that makes the build project easy to identify.

", "UpdateProjectInput$description": "

A new or replacement description of the build project.

" } }, "ProjectEnvironment": { "base": "

Information about the build environment of the build project.

", "refs": { "Build$environment": "

Information about the build environment for this build.

", "CreateProjectInput$environment": "

Information about the build environment for the build project.

", "Project$environment": "

Information about the build environment for this build project.

", "UpdateProjectInput$environment": "

Information to be changed about the build environment for the build project.

" } }, "ProjectName": { "base": null, "refs": { "CreateProjectInput$name": "

The name of the build project.

", "CreateWebhookInput$projectName": "

The name of the build project.

", "DeleteWebhookInput$projectName": "

The name of the build project.

", "Project$name": "

The name of the build project.

" } }, "ProjectNames": { "base": null, "refs": { "BatchGetProjectsInput$names": "

The names of the build projects.

", "BatchGetProjectsOutput$projectsNotFound": "

The names of build projects for which information could not be found.

", "ListProjectsOutput$projects": "

The list of build project names, with each build project name representing a single build project.

" } }, "ProjectSortByType": { "base": null, "refs": { "ListProjectsInput$sortBy": "

The criterion to be used to list build project names. Valid values include:

Use sortOrder to specify in what order to list the build project names based on the preceding criteria.

" } }, "ProjectSource": { "base": "

Information about the build input source code for the build project.

", "refs": { "Build$source": "

Information about the source code to be built.

", "CreateProjectInput$source": "

Information about the build input source code for the build project.

", "Project$source": "

Information about the build input source code for this build project.

", "UpdateProjectInput$source": "

Information to be changed about the build input source code for the build project.

" } }, "Projects": { "base": null, "refs": { "BatchGetProjectsOutput$projects": "

Information about the requested build projects.

" } }, "ResourceAlreadyExistsException": { "base": "

The specified AWS resource cannot be created, because an AWS resource with the same settings already exists.

", "refs": { } }, "ResourceNotFoundException": { "base": "

The specified AWS resource cannot be found.

", "refs": { } }, "SecurityGroupIds": { "base": null, "refs": { "VpcConfig$securityGroupIds": "

A list of one or more security groups IDs in your Amazon VPC.

" } }, "SortOrderType": { "base": null, "refs": { "ListBuildsForProjectInput$sortOrder": "

The order to list build IDs. Valid values include:

", "ListBuildsInput$sortOrder": "

The order to list build IDs. Valid values include:

", "ListProjectsInput$sortOrder": "

The order in which to list build projects. Valid values include:

Use sortBy to specify the criterion to be used to list build project names.

" } }, "SourceAuth": { "base": "

Information about the authorization settings for AWS CodeBuild to access the source code to be built.

This information is for the AWS CodeBuild console's use only. Your code should not get or set this information directly (unless the build project's source type value is BITBUCKET or GITHUB).

", "refs": { "ProjectSource$auth": "

Information about the authorization settings for AWS CodeBuild to access the source code to be built.

This information is for the AWS CodeBuild console's use only. Your code should not get or set this information directly (unless the build project's source type value is BITBUCKET or GITHUB).

" } }, "SourceAuthType": { "base": null, "refs": { "SourceAuth$type": "

The authorization type to use. The only valid value is OAUTH, which represents the OAuth authorization type.

" } }, "SourceType": { "base": null, "refs": { "ProjectSource$type": "

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

" } }, "StartBuildInput": { "base": null, "refs": { } }, "StartBuildOutput": { "base": null, "refs": { } }, "StatusType": { "base": null, "refs": { "Build$buildStatus": "

The current status of the build. Valid values include:

", "BuildPhase$phaseStatus": "

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

" } }, "StopBuildInput": { "base": null, "refs": { } }, "StopBuildOutput": { "base": null, "refs": { } }, "String": { "base": null, "refs": { "Build$currentPhase": "

The current build phase.

", "Build$initiator": "

The entity that started the build. Valid values include:

", "BuildArtifacts$location": "

Information about the location of the build artifacts.

", "BuildArtifacts$sha256sum": "

The SHA-256 hash of the build artifact.

You can use this hash along with a checksum tool to confirm both file integrity and authenticity.

This value is available only if the build project's packaging value is set to ZIP.

", "BuildArtifacts$md5sum": "

The MD5 hash of the build artifact.

You can use this hash along with a checksum tool to confirm both file integrity and authenticity.

This value is available only if the build project's packaging value is set to ZIP.

", "BuildNotDeleted$statusCode": "

Additional information about the build that could not be successfully deleted.

", "EnvironmentImage$name": "

The name of the Docker image.

", "EnvironmentImage$description": "

The description of the Docker image.

", "EnvironmentVariable$value": "

The value of the environment variable.

We strongly discourage using environment variables to store sensitive values, especially AWS secret key IDs and secret access keys. Environment variables can be displayed in plain text using tools such as the AWS CodeBuild console and the AWS Command Line Interface (AWS CLI).

", "ListBuildsForProjectInput$nextToken": "

During a previous call, if there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.

", "ListBuildsForProjectOutput$nextToken": "

If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call.

", "ListBuildsInput$nextToken": "

During a previous call, if there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.

", "ListBuildsOutput$nextToken": "

If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call.

", "ListProjectsOutput$nextToken": "

If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call.

", "LogsLocation$groupName": "

The name of the Amazon CloudWatch Logs group for the build logs.

", "LogsLocation$streamName": "

The name of the Amazon CloudWatch Logs stream for the build logs.

", "LogsLocation$deepLink": "

The URL to an individual build log in Amazon CloudWatch Logs.

", "PhaseContext$statusCode": "

The status code for the context of the build phase.

", "PhaseContext$message": "

An explanation of the build phase's context. This explanation might include a command ID and an exit code.

", "Project$arn": "

The Amazon Resource Name (ARN) of the build project.

", "ProjectArtifacts$location": "

Information about the build output artifact location, as follows:

", "ProjectArtifacts$path": "

Along with namespaceType and name, the pattern that AWS CodeBuild will use to name and store the output artifact, as follows:

For example, if path is set to MyArtifacts, namespaceType is set to NONE, and name is set to MyArtifact.zip, then the output artifact would be stored in the output bucket at MyArtifacts/MyArtifact.zip.

", "ProjectArtifacts$name": "

Along with path and namespaceType, the pattern that AWS CodeBuild will use to name and store the output artifact, as follows:

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 would be stored in MyArtifacts/build-ID/MyArtifact.zip.

", "ProjectBadge$badgeRequestUrl": "

The publicly-accessible URL through which you can access the build badge for your project.

", "ProjectCache$location": "

Information about the cache location, as follows:

", "ProjectSource$location": "

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

", "ProjectSource$buildspec": "

The build spec declaration to use for the builds in this build project.

If this value is not specified, a build spec must be included along with the source code to be built.

", "SourceAuth$resource": "

The resource value that applies to the specified authorization type.

", "StartBuildInput$sourceVersion": "

A version of the build input to be built, for this build only. If not specified, the latest version will be used. If specified, must be one of:

", "StartBuildInput$buildspecOverride": "

A build spec declaration that overrides, for this build only, the latest one already defined in the build project.

" } }, "Subnets": { "base": null, "refs": { "VpcConfig$subnets": "

A list of one or more subnet IDs in your Amazon VPC.

" } }, "Tag": { "base": "

A tag, consisting of a key and a value.

This tag is available for use by AWS services that support tags in AWS CodeBuild.

", "refs": { "TagList$member": null } }, "TagList": { "base": null, "refs": { "CreateProjectInput$tags": "

A set of tags for this build project.

These tags are available for use by AWS services that support AWS CodeBuild build project tags.

", "Project$tags": "

The tags for this build project.

These tags are available for use by AWS services that support AWS CodeBuild build project tags.

", "UpdateProjectInput$tags": "

The replacement set of tags for this build project.

These tags are available for use by AWS services that support AWS CodeBuild build project tags.

" } }, "TimeOut": { "base": null, "refs": { "CreateProjectInput$timeoutInMinutes": "

How long, in minutes, from 5 to 480 (8 hours), for AWS CodeBuild to wait until timing out any build that has not been marked as completed. The default is 60 minutes.

", "Project$timeoutInMinutes": "

How long, 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. The default is 60 minutes.

", "StartBuildInput$timeoutInMinutesOverride": "

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.

", "UpdateProjectInput$timeoutInMinutes": "

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.

" } }, "Timestamp": { "base": null, "refs": { "Build$startTime": "

When the build process started, expressed in Unix time format.

", "Build$endTime": "

When the build process ended, expressed in Unix time format.

", "BuildPhase$startTime": "

When the build phase started, expressed in Unix time format.

", "BuildPhase$endTime": "

When the build phase ended, expressed in Unix time format.

", "Project$created": "

When the build project was created, expressed in Unix time format.

", "Project$lastModified": "

When the build project's settings were last modified, expressed in Unix time format.

" } }, "UpdateProjectInput": { "base": null, "refs": { } }, "UpdateProjectOutput": { "base": null, "refs": { } }, "ValueInput": { "base": null, "refs": { "Tag$value": "

The tag's value.

" } }, "VpcConfig": { "base": "

If your AWS 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.

", "refs": { "Build$vpcConfig": "

If your AWS 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.

", "CreateProjectInput$vpcConfig": "

VpcConfig enables AWS CodeBuild to access resources in an Amazon VPC.

", "Project$vpcConfig": "

If your AWS 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.

", "UpdateProjectInput$vpcConfig": "

VpcConfig enables AWS CodeBuild to access resources in an Amazon VPC.

" } }, "Webhook": { "base": "

Information about a webhook in GitHub that connects repository events to a build project in AWS CodeBuild.

", "refs": { "CreateWebhookOutput$webhook": "

Information about a webhook in GitHub that connects repository events to a build project in AWS CodeBuild.

", "Project$webhook": "

Information about a webhook in GitHub that connects repository events to a build project in AWS CodeBuild.

" } }, "WrapperBoolean": { "base": null, "refs": { "CreateProjectInput$badgeEnabled": "

Set this to true to generate a publicly-accessible URL for your project's build badge.

", "ProjectEnvironment$privilegedMode": "

If set to true, enables running the Docker daemon inside a Docker container; otherwise, false or not specified (the default). This value must be set to true only if this build project will be used to build Docker images, and the specified build environment image is not one provided by AWS CodeBuild with Docker support. Otherwise, all associated builds that attempt to interact with the Docker daemon will fail. Note that you must also start the Docker daemon so that your builds can interact with it as needed. One way to do this is to initialize the Docker daemon in the install phase of your build spec by running the following build commands. (Do not run the following build commands if the specified build environment image is provided by AWS CodeBuild with Docker support.)

- 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\"

", "UpdateProjectInput$badgeEnabled": "

Set this to true to generate a publicly-accessible URL for your project's build badge.

" } }, "WrapperInt": { "base": null, "refs": { "Build$timeoutInMinutes": "

How long, in minutes, for AWS CodeBuild to wait before timing out this build if it does not get marked as completed.

" } }, "WrapperLong": { "base": null, "refs": { "BuildPhase$durationInSeconds": "

How long, in seconds, between the starting and ending times of the build's phase.

" } } } }