InstanceInstanceEncryptionKeyArgs

data class InstanceInstanceEncryptionKeyArgs(val kmsKeySelfLink: Output<String>? = null, val kmsKeyServiceAccount: Output<String>? = null, val sha256: Output<String>? = null) : ConvertibleToJava<InstanceInstanceEncryptionKeyArgs>

Constructors

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

Properties

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

The self_link of the encryption key that is stored in Google Cloud KMS to encrypt the data on this instance.

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

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

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

The SHA256 hash of the customer's encryption key.

Functions

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