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

ExportEncryptionConfig

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

Configuration for Encryption - e.g. CMEK.

interface ExportEncryptionConfig {
kmsKeyName?: string;
}

§Properties

§
kmsKeyName?: string
[src]

Required. Name of the CMEK key in KMS.