AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Information about build output artifacts.

Inheritance Hierarchy

System.Object
  Amazon.CodeBuild.Model.BuildArtifacts

Namespace: Amazon.CodeBuild.Model
Assembly: AWSSDK.CodeBuild.dll
Version: 3.x.y.z

Syntax

C#
public class BuildArtifacts

The BuildArtifacts type exposes the following members

Constructors

NameDescription
Public Method BuildArtifacts()

Properties

NameTypeDescription
Public Property ArtifactIdentifier System.String

Gets and sets the property ArtifactIdentifier.

An identifier for this artifact definition.

Public Property BucketOwnerAccess Amazon.CodeBuild.BucketOwnerAccess

Gets and sets the property BucketOwnerAccess.

Public Property EncryptionDisabled System.Boolean

Gets and sets the property EncryptionDisabled.

Information that tells you if encryption for build artifacts is disabled.

Public Property Location System.String

Gets and sets the property Location.

Information about the location of the build artifacts.

Public Property Md5sum System.String

Gets and sets the property Md5sum.

The MD5 hash of the build artifact.

You can use this hash along with a checksum tool to confirm file integrity and authenticity.

This value is available only if the build project's packaging value is set to ZIP.

Public Property OverrideArtifactName System.Boolean

Gets and sets the property OverrideArtifactName.

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.

Public Property Sha256sum System.String

Gets and sets the property Sha256sum.

The SHA-256 hash of the build artifact.

You can use this hash along with a checksum tool to confirm file integrity and authenticity.

This value is available only if the build project's packaging value is set to ZIP.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5