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

ModifyClusterInput

import type { ModifyClusterInput } from "https://aws-api.deno.dev/v0.3/services/emr.ts?docs=full";
interface ModifyClusterInput {
ClusterId: string;
StepConcurrencyLevel?: number | null;
}

§Properties

§
ClusterId: string
[src]

The unique identifier of the cluster.

§
StepConcurrencyLevel?: number | null
[src]

The number of steps that can be executed concurrently. You can specify a minimum of 1 step and a maximum of 256 steps. We recommend that you do not change this parameter while steps are running or the ActionOnFailure setting may not behave as expected. For more information see "Step$ActionOnFailure".