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

CreateStudioInput

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

§Properties

§
AuthMode: AuthMode
[src]
§
DefaultS3Location: string
[src]
§
Description?: string | null
[src]
§
EngineSecurityGroupId: string
[src]
§
Name: string
[src]
§
ServiceRole: string
[src]
§
SubnetIds: string[]
[src]
§
Tags?: Tag[] | null
[src]
§
UserRole: string
[src]
§
VpcId: string
[src]
§
WorkspaceSecurityGroupId: string
[src]