Show / Hide Table of Contents

Class PipelineArtifactStoreGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PipelineArtifactStoreGetArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PipelineArtifactStoreGetArgs : ResourceArgs

Constructors

View Source

PipelineArtifactStoreGetArgs()

Declaration
public PipelineArtifactStoreGetArgs()

Properties

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 Input<PipelineArtifactStoreEncryptionKeyGetArgs> EncryptionKey { get; set; }
Property Value
Type Description
Input<PipelineArtifactStoreEncryptionKeyGetArgs>
View Source

Location

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

Declaration
public Input<string> Location { get; set; }
Property Value
Type Description
Input<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 Input<string> Region { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Type

The type of the artifact store, such as Amazon S3

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.