EncryptionKeyArgs

data class EncryptionKeyArgs(val gcpKmsEncryptionKey: Output<String>? = null) : ConvertibleToJava<EncryptionKeyArgs>

Defined a customer managed encryption key that will be used to encrypt Backup artifacts.

Constructors

Link copied to clipboard
fun EncryptionKeyArgs(gcpKmsEncryptionKey: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val gcpKmsEncryptionKey: Output<String>? = null

Google Cloud KMS encryption key. Format: projects/*/locations/*/keyRings/*/cryptoKeys/* ////