encryptionKey

@JvmName(name = "mynrvrvghptoqmnk")
suspend fun encryptionKey(value: Output<EncryptionKeyArgs>)
@JvmName(name = "kvovddlvkinnejtj")
suspend fun encryptionKey(value: EncryptionKeyArgs?)

Parameters

value

This defines a customer managed encryption key that will be used to encrypt the "config" portion (the Kubernetes resources) of Backups created via this plan. Default (empty): Config backup artifacts will not be encrypted.


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

Parameters

argument

This defines a customer managed encryption key that will be used to encrypt the "config" portion (the Kubernetes resources) of Backups created via this plan. Default (empty): Config backup artifacts will not be encrypted.