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

Environment

import type { Environment } from "https://aws-api.deno.dev/v0.3/services/robomaker.ts?docs=full";

The object that contains the Docker image URI for either your robot or simulation applications.

interface Environment {
uri?: string | null;
}

§Properties

§
uri?: string | null
[src]

The Docker image URI for either your robot or simulation applications.