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

CryptoKeyConfig

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

The crypto key configuration. This field is used by the Customer-managed encryption keys (CMEK) feature.

interface CryptoKeyConfig {
keyReference?: string;
}

§Properties

§
keyReference?: string
[src]

The name of the key which is used to encrypt/decrypt customer data. For key in Cloud KMS, the key should be in the format of projects/*\/locations/*\/keyRings/*\/cryptoKeys/*.