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

SetVisibleToAllUsersInput

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

The input to the SetVisibleToAllUsers action.

interface SetVisibleToAllUsersInput {
JobFlowIds: string[];
VisibleToAllUsers: boolean;
}

§Properties

§
JobFlowIds: string[]
[src]

The unique identifier of the job flow (cluster).

§
VisibleToAllUsers: boolean
[src]

A value of true indicates that an IAM principal in the Amazon Web Services account can perform EMR actions on the cluster that the IAM policies attached to the principal allow. A value of false indicates that only the IAM principal that created the cluster and the Amazon Web Services root user can perform EMR actions on the cluster.