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

GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig

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

Encryption settings for encrypting workflow template job arguments.

interface GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig {
kmsKey?: string;
}