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

CreatePlacementRequest

import type { CreatePlacementRequest } from "https://aws-api.deno.dev/v0.4/services/iot1clickprojects.ts?docs=full";
interface CreatePlacementRequest {
attributes?: {
[key: string]: string | null | undefined;
}
| null;
placementName: string;
projectName: string;
}

§Properties

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

Optional user-defined key/value pairs providing contextual data (such as location or function) for the placement.

§
placementName: string
[src]

The name of the placement to be created.

§
projectName: string
[src]

The name of the project in which to create the placement.