GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::CodeBuild::ProjectArtifacts(3) User Contributed Perl Documentation Paws::CodeBuild::ProjectArtifacts(3)

Paws::CodeBuild::ProjectArtifacts

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::CodeBuild::ProjectArtifacts object:

  $service_obj->Method(Att1 => { ArtifactIdentifier => $value, ..., Type => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::CodeBuild::ProjectArtifacts object:

  $result = $service_obj->Method(...);
  $result->Att1->ArtifactIdentifier

Information about the build output artifacts for the build project.

An identifier for this artifact definition.

Set to true if you do not want your output artifacts encrypted. This option is valid only if your artifacts type is Amazon S3. If this is set with another artifacts type, an invalidInputException is thrown.

Information about the build output artifact location:

  • If "type" is set to "CODEPIPELINE", CodePipeline ignores this value if specified. This is because CodePipeline manages its build output locations instead of CodeBuild.
  • If "type" is set to "NO_ARTIFACTS", this value is ignored if specified, because no build output is produced.
  • If "type" is set to "S3", this is the name of the output bucket.

Along with "path" and "namespaceType", the pattern that CodeBuild uses to name and store the output artifact:

  • If "type" is set to "CODEPIPELINE", CodePipeline ignores this value if specified. This is because CodePipeline manages its build output names instead of CodeBuild.
  • If "type" is set to "NO_ARTIFACTS", this value is ignored if specified, because no build output is produced.
  • If "type" is set to "S3", this is the name of the output artifact object. If you set the name to be a forward slash ("/"), the artifact is stored in the root of the output bucket.

For example:

  • If "path" is set to "MyArtifacts", "namespaceType" is set to "BUILD_ID", and "name" is set to "MyArtifact.zip", then the output artifact is stored in "MyArtifacts/<build-ID>/MyArtifact.zip".
  • If "path" is empty, "namespaceType" is set to "NONE", and "name" is set to ""/"", the output artifact is stored in the root of the output bucket.
  • If "path" is set to "MyArtifacts", "namespaceType" is set to "BUILD_ID", and "name" is set to ""/"", the output artifact is stored in "MyArtifacts/<build-ID>".

Along with "path" and "name", the pattern that CodeBuild uses to determine the name and location to store the output artifact:

  • If "type" is set to "CODEPIPELINE", CodePipeline ignores this value if specified. This is because CodePipeline manages its build output names instead of CodeBuild.
  • If "type" is set to "NO_ARTIFACTS", this value is ignored if specified, because no build output is produced.
  • If "type" is set to "S3", valid values include:
  • "BUILD_ID": Include the build ID in the location of the build output artifact.
  • "NONE": Do not include the build ID. This is the default if "namespaceType" is not specified.

For example, if "path" is set to "MyArtifacts", "namespaceType" is set to "BUILD_ID", and "name" is set to "MyArtifact.zip", the output artifact is stored in "MyArtifacts/<build-ID>/MyArtifact.zip".

If this flag is set, a name specified in the buildspec file overrides the artifact name. The name specified in a buildspec file is calculated at build time and uses the Shell Command Language. For example, you can append a date and time to your artifact name so that it is always unique.

The type of build output artifact to create:

  • If "type" is set to "CODEPIPELINE", CodePipeline ignores this value if specified. This is because CodePipeline manages its build output artifacts instead of CodeBuild.
  • If "type" is set to "NO_ARTIFACTS", this value is ignored if specified, because no build output is produced.
  • If "type" is set to "S3", valid values include:
  • "NONE": CodeBuild creates in the output bucket a folder that contains the build output. This is the default if "packaging" is not specified.
  • "ZIP": CodeBuild creates in the output bucket a ZIP file that contains the build output.

Along with "namespaceType" and "name", the pattern that CodeBuild uses to name and store the output artifact:

  • If "type" is set to "CODEPIPELINE", CodePipeline ignores this value if specified. This is because CodePipeline manages its build output names instead of CodeBuild.
  • If "type" is set to "NO_ARTIFACTS", this value is ignored if specified, because no build output is produced.
  • If "type" is set to "S3", this is the path to the output artifact. If "path" is not specified, "path" is not used.

For example, if "path" is set to "MyArtifacts", "namespaceType" is set to "NONE", and "name" is set to "MyArtifact.zip", the output artifact is stored in the output bucket at "MyArtifacts/MyArtifact.zip".

REQUIRED Type => Str

The type of build output artifact. Valid values include:

  • "CODEPIPELINE": The build project has build output generated through CodePipeline.

    The "CODEPIPELINE" type is not supported for "secondaryArtifacts".

  • "NO_ARTIFACTS": The build project does not produce any build output.
  • "S3": The build project stores build output in Amazon S3.

This class forms part of Paws, describing an object used in Paws::CodeBuild

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>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.