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

Studio

import type { Studio } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/emr.ts";
interface Studio {
AuthMode?: AuthMode | null;
CreationTime?: Date | number | null;
DefaultS3Location?: string | null;
Description?: string | null;
EngineSecurityGroupId?: string | null;
Name?: string | null;
ServiceRole?: string | null;
StudioArn?: string | null;
StudioId?: string | null;
SubnetIds?: string[] | null;
Tags?: Tag[] | null;
Url?: string | null;
UserRole?: string | null;
VpcId?: string | null;
WorkspaceSecurityGroupId?: string | null;
}

§Properties

§
AuthMode?: AuthMode | null
[src]
§
CreationTime?: Date | number | null
[src]
§
DefaultS3Location?: string | null
[src]
§
Description?: string | null
[src]
§
EngineSecurityGroupId?: string | null
[src]
§
Name?: string | null
[src]
§
ServiceRole?: string | null
[src]
§
StudioArn?: string | null
[src]
§
StudioId?: string | null
[src]
§
SubnetIds?: string[] | null
[src]
§
Tags?: Tag[] | null
[src]
§
Url?: string | null
[src]
§
UserRole?: string | null
[src]
§
VpcId?: string | null
[src]
§
WorkspaceSecurityGroupId?: string | null
[src]