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 {
confidentialInstanceType?:
| "CONFIDENTIAL_INSTANCE_TYPE_UNSPECIFIED"
| "SEV"
| "SEV_SNP"
| "TDX";
enableConfidentialCompute?: boolean;
}

§Properties

§
confidentialInstanceType?: "CONFIDENTIAL_INSTANCE_TYPE_UNSPECIFIED" | "SEV" | "SEV_SNP" | "TDX"
[src]

Defines the type of technology used by the confidential instance.

§
enableConfidentialCompute?: boolean
[src]

Defines whether the instance should have confidential compute enabled.