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

ManagedGroupConfig

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

Specifies the resources used to actively manage an instance group.

interface ManagedGroupConfig {
readonly instanceGroupManagerName?: string;
readonly instanceGroupManagerUri?: string;
readonly instanceTemplateName?: string;
}

§Properties

§
readonly instanceGroupManagerName?: string
[src]

Output only. The name of the Instance Group Manager for this group.

§
readonly instanceGroupManagerUri?: string
[src]

Output only. The partial URI to the instance group manager for this group. E.g. projects/my-project/regions/us-central1/instanceGroupManagers/my-igm.

§
readonly instanceTemplateName?: string
[src]

Output only. The name of the Instance Template used for the Managed Instance Group.