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.3/services/amp.ts?docs=full";

Represents the input of a CreateWorkspace operation.

interface CreateWorkspaceRequest {
alias?: string | null;
clientToken?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
alias?: string | null
[src]

An optional user-assigned alias for this workspace. This alias is for user reference and does not need to be unique.

§
clientToken?: string | null
[src]

Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.

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

Optional, user-provided tags for this workspace.