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 SourceEncryptionKey
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 |
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 |
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 |
Type
The type of the artifact store, such as Amazon S3
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |