encryptionKey

@JvmName(name = "yfrtuvpgmxcilmkd")
suspend fun encryptionKey(value: Output<String>)
@JvmName(name = "jnbgcjpitlgfsqpm")
suspend fun encryptionKey(value: String?)

Parameters

value

The Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.

You can use a cross-account KMS key to encrypt the build output artifacts if your service role has permission to that key.

You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, the CMK's alias (using the format alias/<alias-name>). If you don't specify a value, CodeBuild uses the managed CMK for Amazon Simple Storage Service (Amazon S3).