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

CreateProjectRequest

import type { CreateProjectRequest } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";
interface CreateProjectRequest {
clientToken?: string | null;
portalId: string;
projectDescription?: string | null;
projectName: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
clientToken?: string | null
[src]

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

§
portalId: string
[src]

The ID of the portal in which to create the project.

§
projectDescription?: string | null
[src]

A description for the project.

§
projectName: string
[src]

A friendly name for the project.

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

A list of key-value pairs that contain metadata for the project. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.