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

UpdateStudioInput

import type { UpdateStudioInput } from "https://aws-api.deno.dev/v0.3/services/emr.ts?docs=full";
interface UpdateStudioInput {
DefaultS3Location?: string | null;
Description?: string | null;
Name?: string | null;
StudioId: string;
SubnetIds?: string[] | null;
}

§Properties

§
DefaultS3Location?: string | null
[src]

The Amazon S3 location to back up Workspaces and notebook files for the Amazon EMR Studio.

§
Description?: string | null
[src]

A detailed description to assign to the Amazon EMR Studio.

§
Name?: string | null
[src]

A descriptive name for the Amazon EMR Studio.

§
StudioId: string
[src]

The ID of the Amazon EMR Studio to update.

§
SubnetIds?: string[] | null
[src]

A list of subnet IDs to associate with the Amazon EMR Studio. The list can include new subnet IDs, but must also include all of the subnet IDs previously associated with the Studio. The list order does not matter. A Studio can have a maximum of 5 subnets. The subnets must belong to the same VPC as the Studio.