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

ConfidentialInstanceConfig

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

Confidential Instance Config for clusters using Confidential VMs (https://cloud.google.com/compute/confidential-vm/docs)

interface ConfidentialInstanceConfig {
enableConfidentialCompute?: boolean;
}

§Properties

§
enableConfidentialCompute?: boolean
[src]

Optional. Defines whether the instance should have confidential compute enabled.