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

SetTerminationProtectionInput

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

The input argument to the "TerminationProtection" operation.

interface SetTerminationProtectionInput {
JobFlowIds: string[];
TerminationProtected: boolean;
}

§Properties

§
JobFlowIds: string[]
[src]

A list of strings that uniquely identify the clusters to protect. This identifier is returned by "RunJobFlow" and can also be obtained from "DescribeJobFlows" .

§
TerminationProtected: boolean
[src]

A Boolean that indicates whether to protect the cluster and prevent the Amazon EC2 instances in the cluster from shutting down due to API calls, user intervention, or job-flow error.