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

NAME

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

DESCRIPTION

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

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

As an example:

  $service_obj->StartBuild(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

ArtifactsOverride => Paws::CodeBuild::ProjectArtifacts

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

BuildspecOverride => Str

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

EnvironmentVariablesOverride => ArrayRef[Paws::CodeBuild::EnvironmentVariable]

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

REQUIRED ProjectName => Str

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

SourceVersion => Str

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:

  • For AWS CodeCommit or GitHub: the commit ID to use.

  • For Amazon Simple Storage Service (Amazon S3): the version ID of the object representing the build input ZIP file to use.

TimeoutInMinutesOverride => Int

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 corresponding build project.

SEE ALSO

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