SnapshotSourceDiskEncryptionKeyArgs

data class SnapshotSourceDiskEncryptionKeyArgs(val kmsKeyServiceAccount: Output<String>? = null, val rawKey: Output<String>? = null) : ConvertibleToJava<SnapshotSourceDiskEncryptionKeyArgs>

Constructors

Link copied to clipboard
constructor(kmsKeyServiceAccount: Output<String>? = null, rawKey: Output<String>? = null)

Properties

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

The service account used for the encryption request for the given KMS key. If absent, the Compute Engine Service Agent service account is used.

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

Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource. Note: This property is sensitive and will not be displayed in the plan.

Functions

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