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/metastore:v1.ts";

Encryption settings for the service.

interface EncryptionConfig {
kmsKey?: string;
}

§Properties

§
kmsKey?: string
[src]

The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following format:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.