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

CreateRobotRequest

import type { CreateRobotRequest } from "https://aws-api.deno.dev/v0.4/services/robomaker.ts?docs=full";
interface CreateRobotRequest {
architecture: Architecture;
greengrassGroupId: string;
name: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
architecture: Architecture
[src]

The target architecture of the robot.

§
greengrassGroupId: string
[src]

The Greengrass group id.

§
name: string
[src]

The name for the robot.

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

A map that contains tag keys and tag values that are attached to the robot.