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.

Artifacts are the files that are worked on by actions in the pipeline. See the action configuration for each action for details about artifact parameters. For example, the S3 source action artifact is a file name (or file path), and the files are generally provided as a ZIP file. Example artifact name: SampleApp_Windows.zip

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.Artifact

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

Syntax

C#
public class Artifact

The Artifact type exposes the following members

Constructors

NameDescription
Public Method Artifact()

Properties

NameTypeDescription
Public Property Location Amazon.CodePipeline.Model.ArtifactLocation

Gets and sets the property Location.

The location of an artifact.

Public Property Name System.String

Gets and sets the property Name.

The artifact's name.

Public Property Revision System.String

Gets and sets the property Revision.

The artifact's revision ID. Depending on the type of object, this could be a commit ID (GitHub) or a revision ID (Amazon S3).

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