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

WorkflowTemplatePlacement

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

Specifies workflow execution target.Either managed_cluster or cluster_selector is required.

interface WorkflowTemplatePlacement {
clusterSelector?: ClusterSelector;
managedCluster?: ManagedCluster;
}

§Properties

§
clusterSelector?: ClusterSelector
[src]

Optional. A selector that chooses target cluster for jobs based on metadata.The selector is evaluated at the time each job is submitted.

§
managedCluster?: ManagedCluster
[src]

A cluster that is managed by the workflow.