RuntimeTemplateEncryptionSpecArgs

data class RuntimeTemplateEncryptionSpecArgs(val kmsKeyName: Output<String>? = null) : ConvertibleToJava<RuntimeTemplateEncryptionSpecArgs>

Constructors

Link copied to clipboard
constructor(kmsKeyName: Output<String>? = null)

Properties

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

The Cloud KMS encryption key (customer-managed encryption key) used to protect the runtime.

Functions

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