AiMetadataStoreEncryptionSpecArgs

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

Constructors

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

Properties

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

Required. The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the resource is created.

Functions

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