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

ShieldedInstanceConfig

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

Shielded Instance Config for clusters using Compute Engine Shielded VMs (https://cloud.google.com/security/shielded-cloud/shielded-vm).

interface ShieldedInstanceConfig {
enableIntegrityMonitoring?: boolean;
enableSecureBoot?: boolean;
enableVtpm?: boolean;
}

§Properties

§
enableIntegrityMonitoring?: boolean
[src]

Optional. Defines whether instances have integrity monitoring enabled.

§
enableSecureBoot?: boolean
[src]

Optional. Defines whether instances have Secure Boot enabled.

§
enableVtpm?: boolean
[src]

Optional. Defines whether instances have the vTPM enabled.