PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::CodeBuild::ProjectArtifacts; use Moose; has ArtifactIdentifier => (is => 'ro', isa => 'Str', request_name => 'artifactIdentifier', traits => ['NameInRequest']); has EncryptionDisabled => (is => 'ro', isa => 'Bool', request_name => 'encryptionDisabled', traits => ['NameInRequest']); has Location => (is => 'ro', isa => 'Str', request_name => 'location', traits => ['NameInRequest']); has Name => (is => 'ro', isa => 'Str', request_name => 'name', traits => ['NameInRequest']); has NamespaceType => (is => 'ro', isa => 'Str', request_name => 'namespaceType', traits => ['NameInRequest']); has OverrideArtifactName => (is => 'ro', isa => 'Bool', request_name => 'overrideArtifactName', traits => ['NameInRequest']); has Packaging => (is => 'ro', isa => 'Str', request_name => 'packaging', traits => ['NameInRequest']); has Path => (is => 'ro', isa => 'Str', request_name => 'path', traits => ['NameInRequest']); has Type => (is => 'ro', isa => 'Str', request_name => 'type', traits => ['NameInRequest'], required => 1); 1; ### main pod documentation begin ### =head1 NAME Paws::CodeBuild::ProjectArtifacts =head1 USAGE This class represents one of two things: =head3 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 }); =head3 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 =head1 DESCRIPTION Information about the build output artifacts for the build project. =head1 ATTRIBUTES =head2 ArtifactIdentifier => Str An identifier for this artifact definition. =head2 EncryptionDisabled => Bool 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. =head2 Location => Str Information about the build output artifact location: =over =item * If C is set to C, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output locations instead of CodeBuild. =item * If C is set to C, this value is ignored if specified, because no build output is produced. =item * If C is set to C, this is the name of the output bucket. =back =head2 Name => Str Along with C and C, the pattern that CodeBuild uses to name and store the output artifact: =over =item * If C is set to C, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output names instead of CodeBuild. =item * If C is set to C, this value is ignored if specified, because no build output is produced. =item * If C is set to C, 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. =back For example: =over =item * If C is set to C, C is set to C, and C is set to C, then the output artifact is stored in Cbuild-IDE/MyArtifact.zip>. =item * If C is empty, C is set to C, and C is set to "C", the output artifact is stored in the root of the output bucket. =item * If C is set to C, C is set to C, and C is set to "C", the output artifact is stored in Cbuild-IDE>. =back =head2 NamespaceType => Str Along with C and C, the pattern that CodeBuild uses to determine the name and location to store the output artifact: =over =item * If C is set to C, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output names instead of CodeBuild. =item * If C is set to C, this value is ignored if specified, because no build output is produced. =item * If C is set to C, valid values include: =over =item * C: Include the build ID in the location of the build output artifact. =item * C: Do not include the build ID. This is the default if C is not specified. =back =back For example, if C is set to C, C is set to C, and C is set to C, the output artifact is stored in Cbuild-IDE/MyArtifact.zip>. =head2 OverrideArtifactName => Bool 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. =head2 Packaging => Str The type of build output artifact to create: =over =item * If C is set to C, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output artifacts instead of CodeBuild. =item * If C is set to C, this value is ignored if specified, because no build output is produced. =item * If C is set to C, valid values include: =over =item * C: CodeBuild creates in the output bucket a folder that contains the build output. This is the default if C is not specified. =item * C: CodeBuild creates in the output bucket a ZIP file that contains the build output. =back =back =head2 Path => Str Along with C and C, the pattern that CodeBuild uses to name and store the output artifact: =over =item * If C is set to C, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output names instead of CodeBuild. =item * If C is set to C, this value is ignored if specified, because no build output is produced. =item * If C is set to C, this is the path to the output artifact. If C is not specified, C is not used. =back For example, if C is set to C, C is set to C, and C is set to C, the output artifact is stored in the output bucket at C. =head2 B Type => Str The type of build output artifact. Valid values include: =over =item * C: The build project has build output generated through CodePipeline. The C type is not supported for C. =item * C: The build project does not produce any build output. =item * C: The build project stores build output in Amazon S3. =back =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut