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

AuxiliaryNodeGroup

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

Node group identification and configuration information.

interface AuxiliaryNodeGroup {
nodeGroup?: NodeGroup;
nodeGroupId?: string;
}

§Properties

§
nodeGroup?: NodeGroup
[src]

Required. Node group configuration.

§
nodeGroupId?: string
[src]

Optional. A node group ID. Generated if not specified.The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of from 3 to 33 characters.