Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EncryptionConfig

import type { EncryptionConfig } from "https://googleapis.deno.dev/v1/alloydb:v1.ts";

EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).

interface EncryptionConfig {
kmsKeyName?: string;
}

§Properties

§
kmsKeyName?: string
[src]

The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]