ImageImageEncryptionKeyArgs

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

Constructors

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

Functions

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

Properties

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

The self link of the encryption key that is stored in Google Cloud KMS.

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.