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

ComputeFarmConfiguration

import type { ComputeFarmConfiguration } from "https://aws-api.deno.dev/v0.4/services/nimble.ts?docs=full";

The configuration for a render farm that is associated with a studio resource.

interface ComputeFarmConfiguration {
activeDirectoryUser?: string | null;
endpoint?: string | null;
}

§Properties

§
activeDirectoryUser?: string | null
[src]

The name of an Active Directory user that is used on ComputeFarm worker instances.

§
endpoint?: string | null
[src]

The endpoint of the ComputeFarm that is accessed by the studio component resource.