Show / Hide Table of Contents

Class PipelineArtifactStore

Inheritance
System.Object
PipelineArtifactStore
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.CodePipeline.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PipelineArtifactStore

Fields

View Source

EncryptionKey

The encryption key block AWS CodePipeline uses to encrypt the data in the artifact store, such as an AWS Key Management Service (AWS KMS) key. If you don't specify a key, AWS CodePipeline uses the default key for Amazon Simple Storage Service (Amazon S3). An encryption_key block is documented below.

Declaration
public readonly PipelineArtifactStoreEncryptionKey EncryptionKey
Field Value
Type Description
PipelineArtifactStoreEncryptionKey
View Source

Location

The location where AWS CodePipeline stores artifacts for a pipeline; currently only S3 is supported.

Declaration
public readonly string Location
Field Value
Type Description
System.String
View Source

Region

The region where the artifact store is located. Required for a cross-region CodePipeline, do not provide for a single-region CodePipeline.

Declaration
public readonly string Region
Field Value
Type Description
System.String
View Source

Type

The type of the artifact store, such as Amazon S3

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.