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

GceConfidentialInstanceConfig

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

A set of Compute Engine Confidential VM instance options.

interface GceConfidentialInstanceConfig {
enableConfidentialCompute?: boolean;
}

§Properties

§
enableConfidentialCompute?: boolean
[src]

Optional. Whether the instance has confidential compute enabled.