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/notebooks:v2.ts";

A set of Confidential Instance options.

interface ConfidentialInstanceConfig {
confidentialInstanceType?: "CONFIDENTIAL_INSTANCE_TYPE_UNSPECIFIED" | "SEV";
}

§Properties

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

Optional. Defines the type of technology used by the confidential instance.