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

AddInstanceFleetOutput

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

§Properties

§
ClusterArn?: string | null
[src]

The Amazon Resource Name of the cluster.

§
ClusterId?: string | null
[src]

The unique identifier of the cluster.

§
InstanceFleetId?: string | null
[src]

The unique identifier of the instance fleet.