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

StudioComponentConfiguration

import type { StudioComponentConfiguration } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/nimble.ts";
interface StudioComponentConfiguration {
activeDirectoryConfiguration?: ActiveDirectoryConfiguration | null;
computeFarmConfiguration?: ComputeFarmConfiguration | null;
licenseServiceConfiguration?: LicenseServiceConfiguration | null;
sharedFileSystemConfiguration?: SharedFileSystemConfiguration | null;
}

§Properties

§
activeDirectoryConfiguration?: ActiveDirectoryConfiguration | null
[src]
§
computeFarmConfiguration?: ComputeFarmConfiguration | null
[src]
§
licenseServiceConfiguration?: LicenseServiceConfiguration | null
[src]
§
sharedFileSystemConfiguration?: SharedFileSystemConfiguration | null
[src]