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

RegisterWorkspaceDirectoryRequest

import type { RegisterWorkspaceDirectoryRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/workspaces.ts";
interface RegisterWorkspaceDirectoryRequest {
DirectoryId: string;
EnableSelfService?: boolean | null;
EnableWorkDocs: boolean;
SubnetIds?: string[] | null;
Tags?: Tag[] | null;
Tenancy?: Tenancy | null;
}

§Properties

§
DirectoryId: string
[src]
§
EnableSelfService?: boolean | null
[src]
§
EnableWorkDocs: boolean
[src]
§
SubnetIds?: string[] | null
[src]
§
Tags?: Tag[] | null
[src]
§
Tenancy?: Tenancy | null
[src]