PipelineEncryptionKey

data class PipelineEncryptionKey(val id: String, val type: String)

Represents information about the key used to encrypt data in the artifact store, such as an AWS Key Management Service (AWS KMS) key

Constructors

Link copied to clipboard
constructor(id: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The ID used to identify the key. For an AWS KMS key, you can use the key ID, the key ARN, or the alias ARN.

Link copied to clipboard

The type of encryption key, such as an AWS KMS key. When creating or updating a pipeline, the value must be set to 'KMS'.