encryptionKey

@JvmName(name = "ctqlimkmlhtvtxxm")
suspend fun encryptionKey(value: Output<PipelineArtifactStoreEncryptionKeyArgs>)
@JvmName(name = "lqoutqnfqvywlbfd")
suspend fun encryptionKey(value: PipelineArtifactStoreEncryptionKeyArgs?)

Parameters

value

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.


@JvmName(name = "siysbtvltxysntdn")
suspend fun encryptionKey(argument: suspend PipelineArtifactStoreEncryptionKeyArgsBuilder.() -> Unit)

Parameters

argument

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.