Class PipelineArtifactStoreGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PipelineArtifactStoreGetArgs : ResourceArgs
Constructors
View SourcePipelineArtifactStoreGetArgs()
Declaration
public PipelineArtifactStoreGetArgs()
Properties
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 Input<PipelineArtifactStoreEncryptionKeyGetArgs> EncryptionKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PipelineArtifactStoreEncryptionKeyGetArgs> |
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> |
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> |
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> |