The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

DESCRIPTION

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

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

As an example:

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

REQUIRED Artifacts => Paws::CodeBuild::ProjectArtifacts

Information about the build output artifacts for the build project.

Description => Str

A description that makes the build project easy to identify.

EncryptionKey => Str

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

REQUIRED Environment => Paws::CodeBuild::ProjectEnvironment

Information about the build environment for the build project.

REQUIRED Name => Str

The name of the build project.

ServiceRole => Str

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.

REQUIRED Source => Paws::CodeBuild::ProjectSource

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

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

A 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

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.

SEE ALSO

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