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 project's build output artifacts.
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.
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 project's build environment.
REQUIRED 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.
REQUIRED Source => Paws::CodeBuild::ProjectSource
Information about the build project's build input source code.
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 related build that does not get 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