AWS SDK Version 2 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.

.NET Framework 3.5
 
The Amazon S3 location where artifacts are stored for the pipeline. If this Amazon S3 bucket is created manually, it must meet the requirements for AWS CodePipeline. For more information, see the Concepts.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.ArtifactStore

Namespace: Amazon.CodePipeline.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ArtifactStore : Object

The ArtifactStore type exposes the following members

Constructors

NameDescription
Public Method ArtifactStore()

Properties

NameTypeDescription
Public Property EncryptionKey Amazon.CodePipeline.Model.EncryptionKey Gets and sets the property EncryptionKey.

The AWS Key Management Service (AWS KMS) key used to encrypt the data in the artifact store. If this is undefined, the default key for Amazon S3 is used.

Public Property Location System.String Gets and sets the property Location.

The location for storing the artifacts for a pipeline, such as an S3 bucket or folder.

Public Property Type Amazon.CodePipeline.ArtifactStoreType Gets and sets the property Type.

The type of the artifact store, such as S3.

Version Information

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