|
NAMEPaws::CodeBuild::UpdateProject - Arguments for method UpdateProject on Paws::CodeBuild DESCRIPTIONThis 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. SYNOPSIS my $codebuild = Paws->service('CodeBuild');
my $UpdateProjectOutput = $codebuild->UpdateProject(
Name => 'MyNonEmptyString',
Artifacts => {
Type => 'CODEPIPELINE', # values: CODEPIPELINE, S3, NO_ARTIFACTS
ArtifactIdentifier => 'MyString', # OPTIONAL
EncryptionDisabled => 1, # OPTIONAL
Location => 'MyString', # OPTIONAL
Name => 'MyString', # OPTIONAL
NamespaceType => 'NONE', # values: NONE, BUILD_ID; OPTIONAL
OverrideArtifactName => 1, # OPTIONAL
Packaging => 'NONE', # values: NONE, ZIP; OPTIONAL
Path => 'MyString', # OPTIONAL
}, # OPTIONAL
BadgeEnabled => 1, # OPTIONAL
BuildBatchConfig => {
CombineArtifacts => 1, # OPTIONAL
Restrictions => {
ComputeTypesAllowed => [
'MyNonEmptyString', ... # min: 1
], # OPTIONAL
MaximumBuildsAllowed => 1, # OPTIONAL
}, # OPTIONAL
ServiceRole => 'MyNonEmptyString', # min: 1
TimeoutInMins => 1, # OPTIONAL
}, # OPTIONAL
Cache => {
Type => 'NO_CACHE', # values: NO_CACHE, S3, LOCAL
Location => 'MyString', # OPTIONAL
Modes => [
'LOCAL_DOCKER_LAYER_CACHE',
... # values: LOCAL_DOCKER_LAYER_CACHE, LOCAL_SOURCE_CACHE, LOCAL_CUSTOM_CACHE
], # OPTIONAL
}, # OPTIONAL
ConcurrentBuildLimit => 1, # OPTIONAL
Description => 'MyProjectDescription', # OPTIONAL
EncryptionKey => 'MyNonEmptyString', # OPTIONAL
Environment => {
ComputeType => 'BUILD_GENERAL1_SMALL'
, # values: BUILD_GENERAL1_SMALL, BUILD_GENERAL1_MEDIUM, BUILD_GENERAL1_LARGE, BUILD_GENERAL1_2XLARGE
Image => 'MyNonEmptyString', # min: 1
Type => 'WINDOWS_CONTAINER'
, # values: WINDOWS_CONTAINER, LINUX_CONTAINER, LINUX_GPU_CONTAINER, ARM_CONTAINER, WINDOWS_SERVER_2019_CONTAINER
Certificate => 'MyString', # OPTIONAL
EnvironmentVariables => [
{
Name => 'MyNonEmptyString', # min: 1
Value => 'MyString', # OPTIONAL
Type => 'PLAINTEXT'
, # values: PLAINTEXT, PARAMETER_STORE, SECRETS_MANAGER; OPTIONAL
},
...
], # OPTIONAL
ImagePullCredentialsType =>
'CODEBUILD', # values: CODEBUILD, SERVICE_ROLE; OPTIONAL
PrivilegedMode => 1, # OPTIONAL
RegistryCredential => {
Credential => 'MyNonEmptyString', # min: 1
CredentialProvider => 'SECRETS_MANAGER', # values: SECRETS_MANAGER
}, # OPTIONAL
}, # OPTIONAL
FileSystemLocations => [
{
Identifier => 'MyString', # OPTIONAL
Location => 'MyString', # OPTIONAL
MountOptions => 'MyString', # OPTIONAL
MountPoint => 'MyString', # OPTIONAL
Type => 'EFS', # values: EFS; OPTIONAL
},
...
], # OPTIONAL
LogsConfig => {
CloudWatchLogs => {
Status => 'ENABLED', # values: ENABLED, DISABLED
GroupName => 'MyString', # OPTIONAL
StreamName => 'MyString', # OPTIONAL
}, # OPTIONAL
S3Logs => {
Status => 'ENABLED', # values: ENABLED, DISABLED
EncryptionDisabled => 1, # OPTIONAL
Location => 'MyString', # OPTIONAL
}, # OPTIONAL
}, # OPTIONAL
QueuedTimeoutInMinutes => 1, # OPTIONAL
SecondaryArtifacts => [
{
Type => 'CODEPIPELINE', # values: CODEPIPELINE, S3, NO_ARTIFACTS
ArtifactIdentifier => 'MyString', # OPTIONAL
EncryptionDisabled => 1, # OPTIONAL
Location => 'MyString', # OPTIONAL
Name => 'MyString', # OPTIONAL
NamespaceType => 'NONE', # values: NONE, BUILD_ID; OPTIONAL
OverrideArtifactName => 1, # OPTIONAL
Packaging => 'NONE', # values: NONE, ZIP; OPTIONAL
Path => 'MyString', # OPTIONAL
},
...
], # OPTIONAL
SecondarySourceVersions => [
{
SourceIdentifier => 'MyString', # OPTIONAL
SourceVersion => 'MyString', # OPTIONAL
},
...
], # OPTIONAL
SecondarySources => [
{
Type => 'CODECOMMIT'
, # values: CODECOMMIT, CODEPIPELINE, GITHUB, S3, BITBUCKET, GITHUB_ENTERPRISE, NO_SOURCE
Auth => {
Type => 'OAUTH', # values: OAUTH
Resource => 'MyString', # OPTIONAL
}, # OPTIONAL
BuildStatusConfig => {
Context => 'MyString', # OPTIONAL
TargetUrl => 'MyString', # OPTIONAL
}, # OPTIONAL
Buildspec => 'MyString', # OPTIONAL
GitCloneDepth => 1, # OPTIONAL
GitSubmodulesConfig => {
FetchSubmodules => 1, # OPTIONAL
}, # OPTIONAL
InsecureSsl => 1, # OPTIONAL
Location => 'MyString', # OPTIONAL
ReportBuildStatus => 1, # OPTIONAL
SourceIdentifier => 'MyString', # OPTIONAL
},
...
], # OPTIONAL
ServiceRole => 'MyNonEmptyString', # OPTIONAL
Source => {
Type => 'CODECOMMIT'
, # values: CODECOMMIT, CODEPIPELINE, GITHUB, S3, BITBUCKET, GITHUB_ENTERPRISE, NO_SOURCE
Auth => {
Type => 'OAUTH', # values: OAUTH
Resource => 'MyString', # OPTIONAL
}, # OPTIONAL
BuildStatusConfig => {
Context => 'MyString', # OPTIONAL
TargetUrl => 'MyString', # OPTIONAL
}, # OPTIONAL
Buildspec => 'MyString', # OPTIONAL
GitCloneDepth => 1, # OPTIONAL
GitSubmodulesConfig => {
FetchSubmodules => 1, # OPTIONAL
}, # OPTIONAL
InsecureSsl => 1, # OPTIONAL
Location => 'MyString', # OPTIONAL
ReportBuildStatus => 1, # OPTIONAL
SourceIdentifier => 'MyString', # OPTIONAL
}, # OPTIONAL
SourceVersion => 'MyString', # OPTIONAL
Tags => [
{
Key => 'MyKeyInput', # min: 1, max: 127; OPTIONAL
Value => 'MyValueInput', # max: 255; OPTIONAL
},
...
], # OPTIONAL
TimeoutInMinutes => 1, # OPTIONAL
VpcConfig => {
SecurityGroupIds => [
'MyNonEmptyString', ... # min: 1
], # max: 5; OPTIONAL
Subnets => [
'MyNonEmptyString', ... # min: 1
], # max: 16; OPTIONAL
VpcId => 'MyNonEmptyString', # min: 1
}, # OPTIONAL
);
# Results:
my $Project = $UpdateProjectOutput->Project;
# Returns a L<Paws::CodeBuild::UpdateProjectOutput> object.
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. For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/codebuild/UpdateProject> ATTRIBUTESArtifacts => Paws::CodeBuild::ProjectArtifactsInformation to be changed about the build output artifacts for the build project. BadgeEnabled => BoolSet this to true to generate a publicly accessible URL for your project's build badge. BuildBatchConfig => Paws::CodeBuild::ProjectBuildBatchConfigCache => Paws::CodeBuild::ProjectCacheStores recently used information so that it can be quickly accessed at a later time. ConcurrentBuildLimit => IntThe maximum number of concurrent builds that are allowed for this project. New builds are only started if the current number of builds is less than or equal to this limit. If the current build count meets this limit, new builds are throttled and are not run. To remove this limit, set this value to -1. Description => StrA new or replacement description of the build project. EncryptionKey => StrThe Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts. You can use a cross-account KMS key to encrypt the build output artifacts if your service role has permission to that key. You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, the CMK's alias (using the format "alias/<alias-name>"). Environment => Paws::CodeBuild::ProjectEnvironmentInformation to be changed about the build environment for the build project. FileSystemLocations => ArrayRef[Paws::CodeBuild::ProjectFileSystemLocation]An array of "ProjectFileSystemLocation" objects for a CodeBuild build project. A "ProjectFileSystemLocation" object specifies the "identifier", "location", "mountOptions", "mountPoint", and "type" of a file system created using Amazon Elastic File System. LogsConfig => Paws::CodeBuild::LogsConfigInformation about logs for the build project. A project can create logs in CloudWatch Logs, logs in an S3 bucket, or both. REQUIRED Name => StrThe name of the build project. You cannot change a build project's name. QueuedTimeoutInMinutes => IntThe number of minutes a build is allowed to be queued before it times out. SecondaryArtifacts => ArrayRef[Paws::CodeBuild::ProjectArtifacts]An array of "ProjectSource" objects. SecondarySources => ArrayRef[Paws::CodeBuild::ProjectSource]An array of "ProjectSource" objects. SecondarySourceVersions => ArrayRef[Paws::CodeBuild::ProjectSourceVersion]An array of "ProjectSourceVersion" objects. If "secondarySourceVersions" is specified at the build level, then they take over these "secondarySourceVersions" (at the project level). ServiceRole => StrThe replacement ARN of the Identity and Access Management role that enables CodeBuild to interact with dependent Amazon Web Services services on behalf of the Amazon Web Services account. Source => Paws::CodeBuild::ProjectSourceInformation to be changed about the build input source code for the build project. SourceVersion => StrA version of the build input to be built for this project. If not specified, the latest version is used. If specified, it must be one of:
If "sourceVersion" is specified at the build level, then that version takes precedence over this "sourceVersion" (at the project level). For more information, see Source Version Sample with CodeBuild (https://docs.aws.amazon.com/codebuild/latest/userguide/sample-source-version.html) in the CodeBuild User Guide. Tags => ArrayRef[Paws::CodeBuild::Tag]An updated list of tag key and value pairs associated with this build project. These tags are available for use by Amazon Web Services services that support CodeBuild build project tags. TimeoutInMinutes => IntThe replacement value in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before timing out any related build that did not get marked as completed. VpcConfig => Paws::CodeBuild::VpcConfigVpcConfig enables CodeBuild to access resources in an Amazon VPC. SEE ALSOThis class forms part of Paws, documenting arguments for method UpdateProject in Paws::CodeBuild BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|