PipelineArtifactStore

data class PipelineArtifactStore(val encryptionKey: PipelineArtifactStoreEncryptionKey? = null, val location: String, val region: String? = null, val type: String)

Constructors

Link copied to clipboard
constructor(encryptionKey: PipelineArtifactStoreEncryptionKey? = null, location: String, region: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard
val region: String? = null

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

Link copied to clipboard

The type of the artifact store, such as Amazon S3