NAME
Paws::CodeBuild::Project
USAGE
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::Project object:
$service_obj->Method(Att1 => { Arn => $value, ..., TimeoutInMinutes => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::CodeBuild::Project object:
$result = $service_obj->Method(...);
$result->Att1->Arn
DESCRIPTION
Information about a build project.
ATTRIBUTES
Arn => Str
The build project's Amazon Resource Name (ARN).
Artifacts => Paws::CodeBuild::ProjectArtifacts
Information about the build project's build output artifacts.
Created => Str
When the build project was created, expressed in Unix time format.
Description => Str
A meaningful description of the build project.
EncryptionKey => Str
The AWS Key Management Service (AWS KMS) customer master key (CMK) to
be used for encrypting the build project's 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
).
Environment => Paws::CodeBuild::ProjectEnvironment
Information about the build environment for this build project.
LastModified => Str
When the build project's settings were last modified, expressed in Unix
time format.
Name => Str
The build project's name.
ServiceRole => Str
The Amazon Resource Name (ARN) of the AWS Identity and Access
Management (IAM) role that enables AWS CodeBuild to interact with
dependent AWS services on behalf of the AWS account.
Source => Paws::CodeBuild::ProjectSource
Information about the build project's build input source code.
Tags => ArrayRef[Paws::CodeBuild::Tag]
The tags for this build project.
These tags are available for use by AWS services that support AWS CodeBuild build project tags.
TimeoutInMinutes => Int
How long in minutes, from 5 to 480 (8 hours), for AWS CodeBuild to wait
to timeout any related build that did not get marked as completed. The
default is 60 minutes.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::CodeBuild
BUGS and CONTRIBUTIONS
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