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

The encryption options for the Cloud Composer environment and its dependencies.Supported for Cloud Composer environments in versions composer-1..-airflow-..*.

interface EncryptionConfig {
kmsKeyName?: string;
}

§Properties

§
kmsKeyName?: string
[src]

Optional. Customer-managed Encryption Key available through Google's Key Management Service. Cannot be updated. If not specified, Google-managed key will be used.