WorkstationConfigEncryptionKeyArgs

data class WorkstationConfigEncryptionKeyArgs(val kmsKey: Output<String>, val kmsKeyServiceAccount: Output<String>) : ConvertibleToJava<WorkstationConfigEncryptionKeyArgs>

Constructors

Link copied to clipboard
constructor(kmsKey: Output<String>, kmsKeyServiceAccount: Output<String>)

Properties

Link copied to clipboard
val kmsKey: Output<String>

The name of the Google Cloud KMS encryption key.

Link copied to clipboard

The service account to use with the specified KMS key.

Functions

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