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

EncryptionConfiguration

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

Represents the encryption configuration for a transfer.

interface EncryptionConfiguration {
kmsKeyName?: string;
}

§Properties

§
kmsKeyName?: string
[src]

The name of the KMS key used for encrypting BigQuery data.