Customer Encryption Key Args
data class CustomerEncryptionKeyArgs(val kmsKey: Output<String>? = null, val kmsKeyServiceAccount: Output<String>? = null) : ConvertibleToJava<CustomerEncryptionKeyArgs>
A customer-managed encryption key for the Compute Engine resources of this workstation configuration.
Constructors
Link copied to clipboard
fun CustomerEncryptionKeyArgs(kmsKey: Output<String>? = null, kmsKeyServiceAccount: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Immutable. The service account to use with the specified KMS key. We recommend that you use a separate service account and follow KMS best practices. For more information, see Separation of duties and gcloud kms keys add-iam-policy-binding
--member
.