Region Disk Disk Encryption Key Args
data class RegionDiskDiskEncryptionKeyArgs(val kmsKeyName: Output<String>? = null, val rawKey: Output<String>? = null, val rsaEncryptedKey: Output<String>? = null, val sha256: Output<String>? = null) : ConvertibleToJava<RegionDiskDiskEncryptionKeyArgs>
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.