The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::CodeBuild::UpdateProject - Arguments for method UpdateProject on Paws::CodeBuild

DESCRIPTION

This class represents the parameters used for calling the method UpdateProject on the AWS CodeBuild service. Use the attributes of this class as arguments to method UpdateProject.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to UpdateProject.

As an example:

  $service_obj->UpdateProject(Att1 => $value1, Att2 => $value2, ...);

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object.

ATTRIBUTES

Artifacts => Paws::CodeBuild::ProjectArtifacts

Information to be changed about the build project's build output artifacts.

Description => Str

A new or replacement description of the build project.

EncryptionKey => Str

The replacement AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the build project's 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 ).

Environment => Paws::CodeBuild::ProjectEnvironment

Information to be changed about the build project's build environment.

REQUIRED Name => Str

The name of the existing build project to change settings.

You cannot change an existing build project's name.

ServiceRole => Str

The replacement 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 to be changed about the build project's build input source code.

Tags => ArrayRef[Paws::CodeBuild::Tag]

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.

TimeoutInMinutes => Int

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

SEE ALSO

This class forms part of Paws, documenting arguments for method UpdateProject 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