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

DescribeClusterInput

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

This input determines which cluster to describe.

interface DescribeClusterInput {
ClusterId: string;
}

§Properties

§
ClusterId: string
[src]

The identifier of the cluster to describe.