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

A set of Confidential Instance options.

interface ConfidentialInstanceConfig {
enableConfidentialCompute?: boolean;
}

§Properties

§
enableConfidentialCompute?: boolean
[src]

Defines whether the instance should have confidential compute enabled.