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

CreateWorkspaceRequest

import type { CreateWorkspaceRequest } from "https://aws-api.deno.dev/v0.4/services/iottwinmaker.ts?docs=full";
interface CreateWorkspaceRequest {
description?: string | null;
role: string;
s3Location: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
workspaceId: string;
}

§Properties

§
description?: string | null
[src]

The description of the workspace.

§
role: string
[src]

The ARN of the execution role associated with the workspace.

§
s3Location: string
[src]

The ARN of the S3 bucket where resources associated with the workspace are stored.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Metadata that you can use to manage the workspace

§
workspaceId: string
[src]

The ID of the workspace.