PipelineEncryptionKeyArgs

data class PipelineEncryptionKeyArgs(val id: Output<String>, val type: Output<String>) : ConvertibleToJava<PipelineEncryptionKeyArgs>

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: Output<String>, type: Output<String>)

Properties

Link copied to clipboard
val id: Output<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
val type: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): PipelineEncryptionKeyArgs