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.
Namespace: Amazon.CodeBuild.Model
Assembly: AWSSDK.CodeBuild.dll
Version: 3.x.y.z
public class BuildArtifacts
The BuildArtifacts type exposes the following members
Name | Description | |
---|---|---|
BuildArtifacts() |
Name | Type | Description | |
---|---|---|---|
ArtifactIdentifier | System.String |
Gets and sets the property ArtifactIdentifier. An identifier for this artifact definition. |
|
BucketOwnerAccess | Amazon.CodeBuild.BucketOwnerAccess |
Gets and sets the property BucketOwnerAccess. |
|
EncryptionDisabled | System.Boolean |
Gets and sets the property EncryptionDisabled. Information that tells you if encryption for build artifacts is disabled. |
|
Location | System.String |
Gets and sets the property Location. Information about the location of the build artifacts. |
|
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 |
|
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. |
|
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 |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5