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

RunJobFlowOutput

import type { RunJobFlowOutput } from "https://aws-api.deno.dev/v0.3/services/emr.ts?docs=full";

The result of the "RunJobFlow" operation.

interface RunJobFlowOutput {
ClusterArn?: string | null;
JobFlowId?: string | null;
}

§Properties

§
ClusterArn?: string | null
[src]

The Amazon Resource Name (ARN) of the cluster.

§
JobFlowId?: string | null
[src]

A unique identifier for the job flow.