PipelineArtifactStoreEncryptionKey

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

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 KMS key ARN or ID

Link copied to clipboard

The type of key; currently only KMS is supported