GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::CodeBuild::Build(3) User Contributed Perl Documentation Paws::CodeBuild::Build(3)

Paws::CodeBuild::Build

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::CodeBuild::Build object:

  $service_obj->Method(Att1 => { Arn => $value, ..., VpcConfig => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::CodeBuild::Build object:

  $result = $service_obj->Method(...);
  $result->Att1->Arn

Information about a build.

The Amazon Resource Name (ARN) of the build.

Information about the output artifacts for the build.

The ARN of the batch build that this build is a member of, if applicable.

Whether the build is complete. True if complete; otherwise, false.

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.

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.

Information about the cache for the build.

The current build phase.

Contains information about the debug session for this build.

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

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

Information about the build environment for this build.

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 (https://docs.aws.amazon.com/codepipeline/latest/userguide/actions-variables.html) in the CodePipeline User Guide.

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.

The unique ID for the build.

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 Identity and Access Management 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".

Information about the build's logs in CloudWatch Logs.

Describes a network interface.

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

The name of the CodeBuild project.

The number of minutes a build is allowed to be queued before it times out.

An array of the ARNs associated with this build's reports.

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.

An array of "ProjectArtifacts" objects.

An array of "ProjectSource" objects.

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.

The name of a service role used for this build.

Information about the source code to be built.

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 (https://docs.aws.amazon.com/codebuild/latest/userguide/sample-source-version.html) in the CodeBuild User Guide.

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

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

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.

This class forms part of Paws, describing an object used in Paws::CodeBuild

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.