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.deno.dev/v0.4/services/nimble.ts?docs=full";

The configuration of the studio component, based on component type.

interface StudioComponentConfiguration {
activeDirectoryConfiguration?: ActiveDirectoryConfiguration | null;
computeFarmConfiguration?: ComputeFarmConfiguration | null;
licenseServiceConfiguration?: LicenseServiceConfiguration | null;
sharedFileSystemConfiguration?: SharedFileSystemConfiguration | null;
}

§Properties

§
activeDirectoryConfiguration?: ActiveDirectoryConfiguration | null
[src]

The configuration for a Directory Service for Microsoft Active Directory studio resource.

§
computeFarmConfiguration?: ComputeFarmConfiguration | null
[src]

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

§
licenseServiceConfiguration?: LicenseServiceConfiguration | null
[src]

The configuration for a license service that is associated with a studio resource.

§
sharedFileSystemConfiguration?: SharedFileSystemConfiguration | null
[src]

The configuration for a shared file storage system that is associated with a studio resource.