Region Disk Disk Encryption Key
data class RegionDiskDiskEncryptionKey(val kmsKeyName: String? = null, val rawKey: String? = null, val rsaEncryptedKey: String? = null, val sha256: String? = null)
Properties
Link copied to clipboard
The name of the encryption key that is stored in Google Cloud KMS.
Link copied to clipboard
Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. You can provide either the rawKey or the rsaEncryptedKey. Note: This property is sensitive and will not be displayed in the plan.